mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-27 21:28:05 +11:00
Use proper RAM addr for CURRENT in IMMEDIATE
This commit is contained in:
parent
41cefb7460
commit
c972c70ab1
@ -313,7 +313,8 @@ CODE R>
|
|||||||
;CODE
|
;CODE
|
||||||
|
|
||||||
CODE IMMEDIATE
|
CODE IMMEDIATE
|
||||||
CURRENT LDHL(nn),
|
( CURRENT == RAM+2 )
|
||||||
|
RAMSTART 0x02 + LDHL(nn),
|
||||||
HL DECss,
|
HL DECss,
|
||||||
7 (HL) SETbr,
|
7 (HL) SETbr,
|
||||||
;CODE
|
;CODE
|
||||||
|
Loading…
Reference in New Issue
Block a user