Fix the colon definition of unloop. Top rstack element must be preserved, of course.

This commit is contained in:
Philip Zembrod 2020-06-14 22:29:53 +02:00
parent 6629fa6ff5
commit 353bde189b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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 + ;