fix stupid typo

I don't believe this, one hour of my life I'll never get back.
This commit is contained in:
Virgil Dupras 2020-05-02 08:06:37 -04:00
parent b8d8007a3f
commit 3a27479f2b
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
: BOOT
0x02 RAM+ CURRENT* !
LIT< (parse) (find) DROP (parse*) !
CURRENT @ 0x2e RAM+ ! ( 2e == BOOT C< PTR)
CURRENT @ 0x2e RAM+ ! ( 2e == BOOT C< PTR )
0 0x08 RAM+ ! ( 08 == C<* override )
LIT< (emit) (find) DROP 0x53 RAM+ ! ( 53 == EMITPTR )
0 0x55 RAM+ ! ( 55 == EMITPTR override )

Binary file not shown.