diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-24 12:54:39 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-24 12:54:39 -0800 |
commit | 9f3c5187b28b7477d75e957e8c6337e8bf9d9998 (patch) | |
tree | 76500fdd008b121bc86b8e5154b211a4130790db /subx | |
parent | 9fa3f5dc4ee8f348cfedf7d2a4d15640ff1c61c1 (diff) | |
download | mu-9f3c5187b28b7477d75e957e8c6337e8bf9d9998.tar.gz |
4766
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/crenshaw2-1.subx | 7 |
1 files changed, 4 insertions, 3 deletions
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 |