mirror of
https://github.com/hsoft/collapseos.git
synced 2024-12-26 05:58:05 +11:00
forth: fix DOES> bad exec offset
This commit is contained in:
parent
5b1ca474d4
commit
94166186eb
@ -285,7 +285,6 @@ DOES:
|
|||||||
call wrCompHL
|
call wrCompHL
|
||||||
inc iy \ inc iy ; cell variable space
|
inc iy \ inc iy ; cell variable space
|
||||||
ld hl, (IP)
|
ld hl, (IP)
|
||||||
inc hl \ inc hl
|
|
||||||
call wrCompHL
|
call wrCompHL
|
||||||
ld (HERE), iy
|
ld (HERE), iy
|
||||||
jp EXIT+2
|
jp EXIT+2
|
||||||
|
Loading…
Reference in New Issue
Block a user