Skip to content

Commit

Permalink
Forth: Remove useless rts
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Nov 8, 2021
1 parent 84765a3 commit 652e5fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forth.s
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,6 @@ _KEY:
@eos: ; refill input string
JSR getline
BRA @retry ; and try again
RTS ; // TODO is it ever reached??

defword "EXEC",,
; ( ADDR -- )
Expand Down

0 comments on commit 652e5fb

Please sign in to comment.