From 9f3c5187b28b7477d75e957e8c6337e8bf9d9998 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 24 Nov 2018 12:54:39 -0800 Subject: 4766 --- subx/apps/crenshaw2-1.subx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'subx') diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx index 09f551c3..a7b8772c 100644 --- a/subx/apps/crenshaw2-1.subx +++ b/subx/apps/crenshaw2-1.subx @@ -1,5 +1,5 @@ -## port of https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas -# corresponds to the section "single digits" in https://compilers.iecc.com/crenshaw/tutor2.txt +## Port of https://github.com/akkartik/crenshaw/blob/master/tutor2.1.pas +# Corresponds to the section "single digits" in https://compilers.iecc.com/crenshaw/tutor2.txt # # To run (from the subx directory): # $ ./subx translate *.subx apps/crenshaw2-1.subx -o crenshaw2-1 @@ -21,7 +21,8 @@ # $ echo 'xyz' |./subx run apps/crenshaw2-1 # Error: integer expected # -# Names in this file sometimes follow Crenshaw's original rather than the usual naming conventions. +# Names in this file sometimes follow Crenshaw's original rather than my usual +# naming conventions. == code # instruction effective address operand displacement immediate -- cgit 1.4.1-2-gfad0