Skip to content

Commit

Permalink
Forth: fix a wrong comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Feb 6, 2022
1 parent f354777 commit d9558ba
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 @@ -669,7 +669,7 @@ defword "I",,
defword "R_AT","R@",
; R@ : copy the cell from the Return Stack
; to the Stack
PHX ;\
PHX ;\
TSX ; \
TXA ; | put SP into Y
TAY ; / (a bit involved...)
Expand Down

0 comments on commit d9558ba

Please sign in to comment.