Wow, How did that get missed

This commit is contained in:
Jeremiah Orians 2018-08-25 14:33:54 -04:00
parent ba91a45fac
commit dc5f9bf4a6
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
FALSE R3 ; ESCAPE is FALSE
:consume_word_reset
JUMP.NZ R3 @consume_word_iter1
CMPSKIPI.NE R0 47 ; If \
CMPSKIPI.NE R0 92 ; If \
TRUE R3 ; Looks like we are in an escape
JUMP @consume_word_iter2
:consume_word_iter1