Skip to content

Commit

Permalink
Forth: rename SEMI as EXIT word in dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Nov 15, 2021
1 parent e49d5d8 commit b68705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forth.s
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ defword "COLON",,
JMP NEXT

; SEMICOLON aka EXIT
defword "SEMI",,
defword "SEMI","EXIT",
; POP IP from Return Stack
PLA
STA IP
Expand Down

0 comments on commit b68705b

Please sign in to comment.