Re: [Flashforth-devel] sleepmode
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2020-03-18 08:01:07
|
Hi, You can compile FORGET from source code. When you give the IDLE command, sleep 0 is entered each time PAUSE is executed. BUSY will disable the above. Other sleep modes you need to implement yourself. $53 constant smcr : sleep ( sleepmode -- ) smcr c! $9588 i, ; On 2020-03-18 06:59, tur bine wrote: > Hi I am new to flashforth and forth. I seem to be making some progress but seem to be missing sleep and forget in my words list. Both return sleep? etc when used, can I use sleep in assembly? I can set the register, but I am unsure how to call it in assembly, is it [sleep]?. I have burnt the hex file in the avr folder, thoroughly enjoying interacting with it so far, any help would be appreciated. > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |