forth: fix broken RAM+

This commit is contained in:
Virgil Dupras 2020-04-02 13:42:49 -04:00
parent e284081c79
commit b162ef84f5
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -56,8 +56,7 @@
; IMMEDIATE ; IMMEDIATE
: RAM+ : RAM+
( 0x24 == RAMSTART ) [ RAMSTART LITN ] _c +
[ 0x24 @ LITN ] _c +
; ;
: FLAGS 0x08 _c RAM+ ; : FLAGS 0x08 _c RAM+ ;