mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-25 23:49:17 +00:00
Update README
This commit is contained in:
parent
cb2bda6afd
commit
b20945898e
@ -7,6 +7,8 @@ History of SixtyPical
|
|||||||
* Added `routine` and `vector` types, and `copy` instruction.
|
* Added `routine` and `vector` types, and `copy` instruction.
|
||||||
* Both routines and vectors can declare `inputs`, `outputs`, and `trashes`,
|
* Both routines and vectors can declare `inputs`, `outputs`, and `trashes`,
|
||||||
and these must be compatible to assign a routine or vector to a vector.
|
and these must be compatible to assign a routine or vector to a vector.
|
||||||
|
* Added `goto` (tail call) instruction, jumps to routine or through vector.
|
||||||
|
* Routine name is now shown in analysis error messages.
|
||||||
|
|
||||||
0.5
|
0.5
|
||||||
---
|
---
|
||||||
|
@ -34,8 +34,6 @@ TODO
|
|||||||
For 0.6:
|
For 0.6:
|
||||||
|
|
||||||
* `call` vector (generates an JSR to a trampoline that does indirect JMP.)
|
* `call` vector (generates an JSR to a trampoline that does indirect JMP.)
|
||||||
* `goto` (tail call) a a vector.
|
|
||||||
* add routine name to error messages.
|
|
||||||
* routines shouldn't need to be listed as inputs.
|
* routines shouldn't need to be listed as inputs.
|
||||||
|
|
||||||
For 0.7:
|
For 0.7:
|
||||||
|
Loading…
Reference in New Issue
Block a user