mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-19 20:30:45 +00:00
Don't use deprecated Falderal variable names anymore.
This commit is contained in:
parent
a0f8afa76f
commit
d56e261b07
@ -4,7 +4,7 @@ Anayzling SixtyPical Programs
|
|||||||
-> Tests for functionality "Analyze SixtyPical program"
|
-> Tests for functionality "Analyze SixtyPical program"
|
||||||
|
|
||||||
-> Functionality "Analyze SixtyPical program" is implemented by
|
-> Functionality "Analyze SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical analyze %(test-file)"
|
-> shell command "bin/sixtypical analyze %(test-body-file)"
|
||||||
|
|
||||||
Analysis determines what storage locations have been modified by a
|
Analysis determines what storage locations have been modified by a
|
||||||
routine.
|
routine.
|
||||||
|
@ -4,12 +4,12 @@ Checking SixtyPical Programs
|
|||||||
-> Tests for functionality "Parse SixtyPical program"
|
-> Tests for functionality "Parse SixtyPical program"
|
||||||
|
|
||||||
-> Functionality "Parse SixtyPical program" is implemented by
|
-> Functionality "Parse SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical parse %(test-file)"
|
-> shell command "bin/sixtypical parse %(test-body-file)"
|
||||||
|
|
||||||
-> Tests for functionality "Check SixtyPical program"
|
-> Tests for functionality "Check SixtyPical program"
|
||||||
|
|
||||||
-> Functionality "Check SixtyPical program" is implemented by
|
-> Functionality "Check SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical check %(test-file)"
|
-> shell command "bin/sixtypical check %(test-body-file)"
|
||||||
|
|
||||||
Some Basic Syntax
|
Some Basic Syntax
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -4,7 +4,7 @@ Emitting Ophis from SixtyPical Programs
|
|||||||
-> Tests for functionality "Emit ASM for SixtyPical program"
|
-> Tests for functionality "Emit ASM for SixtyPical program"
|
||||||
|
|
||||||
-> Functionality "Emit ASM for SixtyPical program" is implemented by
|
-> Functionality "Emit ASM for SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical emit %(test-file)"
|
-> shell command "bin/sixtypical emit %(test-body-file)"
|
||||||
|
|
||||||
Emitting an `if`.
|
Emitting an `if`.
|
||||||
|
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
bin/sixtypical emit $1 > tmp.oph || exit 1
|
bin/sixtypical emit $1 > tmp.oph || exit 1
|
||||||
cat lib/basic_header.oph tmp.oph > tmp2.oph || exit 1
|
cat lib/basic_header.oph tmp.oph > tmp2.oph || exit 1
|
||||||
ophis tmp2.oph -o tmp.prg || exit 1
|
ophis tmp2.oph -o tmp.prg || exit 1
|
||||||
x64 tmp.prg
|
x64 -joydev2 1 tmp.prg
|
||||||
rm -f tmp.oph tmp2.oph tmp.prg
|
rm -f tmp.oph tmp2.oph tmp.prg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user