mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-01-24 17:31:46 +00:00
Minor changes to docs.
This commit is contained in:
parent
c79bc563d3
commit
feb5729ab9
@ -111,6 +111,13 @@ trashes) must be a subset of the vector's inputs (resp. outputs, trashes.))
|
|||||||
trashes y
|
trashes y
|
||||||
@ $c000
|
@ $c000
|
||||||
|
|
||||||
|
> TODO: need to confirm this, but, the rule is:
|
||||||
|
>
|
||||||
|
> * If it is NAMED, it is a memory address.
|
||||||
|
> * If it is a LITERAL INTEGER, it is an immediate value.
|
||||||
|
>
|
||||||
|
> However, this really needs a review, deep in the code, for how this is implemented.
|
||||||
|
|
||||||
Routines
|
Routines
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -384,6 +391,8 @@ it is treated like an empty block.
|
|||||||
* It is illegal if any location initialized at the end of the true-branch
|
* It is illegal if any location initialized at the end of the true-branch
|
||||||
is not initialized at the end of the false-branch, and vice versa.
|
is not initialized at the end of the false-branch, and vice versa.
|
||||||
|
|
||||||
|
The sense of the test can be inverted with `not`.
|
||||||
|
|
||||||
### repeat ###
|
### repeat ###
|
||||||
|
|
||||||
repeat {
|
repeat {
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
Sixtypical Compilation
|
SixtyPical Compilation
|
||||||
======================
|
======================
|
||||||
|
|
||||||
This is a test suite, written in [Falderal][] format, for compiling
|
This is a test suite, written in [Falderal][] format, for compiling
|
||||||
Sixtypical to 6502 machine code.
|
SixtyPical to 6502 machine code.
|
||||||
|
|
||||||
[Falderal]: http://catseye.tc/node/Falderal
|
[Falderal]: http://catseye.tc/node/Falderal
|
||||||
|
|
||||||
-> Functionality "Compile Sixtypical program" is implemented by
|
-> Functionality "Compile SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical --compile %(test-body-file) | fa-bin-to-hex"
|
-> shell command "bin/sixtypical --compile %(test-body-file) | fa-bin-to-hex"
|
||||||
|
|
||||||
-> Tests for functionality "Compile Sixtypical program"
|
-> Tests for functionality "Compile SixtyPical program"
|
||||||
|
|
||||||
Null program.
|
Null program.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Sixtypical Execution
|
SixtyPical Execution
|
||||||
====================
|
====================
|
||||||
|
|
||||||
This is a test suite, written in [Falderal][] format, for the dynamic
|
This is a test suite, written in [Falderal][] format, for the dynamic
|
||||||
@ -6,10 +6,10 @@ execution behaviour of the Sixtypical language, disgregarding static analysis.
|
|||||||
|
|
||||||
[Falderal]: http://catseye.tc/node/Falderal
|
[Falderal]: http://catseye.tc/node/Falderal
|
||||||
|
|
||||||
-> Functionality "Execute Sixtypical program" is implemented by
|
-> Functionality "Execute SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical --execute %(test-body-file)"
|
-> shell command "bin/sixtypical --execute %(test-body-file)"
|
||||||
|
|
||||||
-> Tests for functionality "Execute Sixtypical program"
|
-> Tests for functionality "Execute SixtyPical program"
|
||||||
|
|
||||||
Rudimentary program.
|
Rudimentary program.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Sixtypical Execution
|
SixtyPical Syntax
|
||||||
====================
|
=================
|
||||||
|
|
||||||
This is a test suite, written in [Falderal][] format, for the syntax of
|
This is a test suite, written in [Falderal][] format, for the syntax of
|
||||||
the Sixtypical language, disgregarding execution, static analysis, etc.
|
the Sixtypical language, disgregarding execution, static analysis, etc.
|
||||||
@ -9,10 +9,10 @@ but not necessarily sensible programs.
|
|||||||
|
|
||||||
[Falderal]: http://catseye.tc/node/Falderal
|
[Falderal]: http://catseye.tc/node/Falderal
|
||||||
|
|
||||||
-> Functionality "Check syntax of Sixtypical program" is implemented by
|
-> Functionality "Check syntax of SixtyPical program" is implemented by
|
||||||
-> shell command "bin/sixtypical %(test-body-file) && echo ok"
|
-> shell command "bin/sixtypical %(test-body-file) && echo ok"
|
||||||
|
|
||||||
-> Tests for functionality "Check syntax of Sixtypical program"
|
-> Tests for functionality "Check syntax of SixtyPical program"
|
||||||
|
|
||||||
Rudimentary program.
|
Rudimentary program.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user