mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-22 21:29:32 +00:00
Fix the colon definition of unloop. Top rstack element must be preserved, of course.
This commit is contained in:
parent
6629fa6ff5
commit
353bde189b
Binary file not shown.
@ -281,7 +281,7 @@
|
||||
|
||||
\ *** Block No. 10, Hexblock a
|
||||
|
||||
\ include loadscreen 09jun20pz
|
||||
\ include loadscreen 14jun20pz
|
||||
|
||||
|
||||
: i/o-status? $90 c@ ;
|
||||
@ -291,7 +291,7 @@
|
||||
BEGIN bus@ con! i/o-status? UNTIL
|
||||
busoff ;
|
||||
|
||||
: unloop rdrop rdrop rdrop ;
|
||||
: unloop r> rdrop rdrop rdrop >r ;
|
||||
|
||||
: lo/hi> ( lo hi -- u )
|
||||
255 and 256 * swap 255 and + ;
|
||||
|
Loading…
Reference in New Issue
Block a user