aforth

FORTH for Linux x86-64, written in assembly.
git clone git://henryandlizzy.uk/aforth
Log | Files | Refs | README

commit 8ca16e4b4977a22104439cf409fd3384cdb5282f
parent a1449a4fc90788590aa12e4ba5bbb5ed466032c6
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Mon, 18 Jun 2018 21:35:35 +0100

Remove unicode characters

Diffstat:
Minterpreter.s | 4++--
Mmain.s | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/interpreter.s b/interpreter.s @@ -55,7 +55,7 @@ verb forth INTERPRET escape 92 do DEPTH test equal 0 4f - say " ⏎ " + say " ok " test equal 1 5f do DUP do dot @@ -66,7 +66,7 @@ verb forth INTERPRET saycr "]" endword 4: do DROP - saycr " 🗸" + saycr " ok." endword verb forth CONVERT diff --git a/main.s b/main.s @@ -65,7 +65,7 @@ verb forth QUIT 2: do TIB const 256 #80 escape 93 - say "➤ " + say "> " do ACCEPT escape 0 test equal 0 1f