Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/sleep.refentry @ 3140:03b580a02945
Allow CoCo3FPGA-specific build of superdesc.asm
Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm"
to reflect changes needed to build the new SD card descriptors for the
Coco3FPGA.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:26 +0100 |
parents | 57b5e715a417 |
children |
line wrap: on
line source
<refentry id="sleep"> <refnamediv> <refname>Sleep</refname> <refpurpose>stop execution for a time</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>sleep</function></funcdef> <paramdef>int <parameter>seconds</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> The current task is stopped for the specified time. </para> <para> If "seconds" is zero, the task will sleep for one tick. </para> </refsect1> </refentry>