forth: fix broken RAM+
This commit is contained in:
parent
e284081c79
commit
b162ef84f5
Binary file not shown.
@ -56,8 +56,7 @@
|
|||||||
; IMMEDIATE
|
; IMMEDIATE
|
||||||
|
|
||||||
: RAM+
|
: RAM+
|
||||||
( 0x24 == RAMSTART )
|
[ RAMSTART LITN ] _c +
|
||||||
[ 0x24 @ LITN ] _c +
|
|
||||||
;
|
;
|
||||||
|
|
||||||
: FLAGS 0x08 _c RAM+ ;
|
: FLAGS 0x08 _c RAM+ ;
|
||||||
|
Loading…
Reference in New Issue
Block a user