mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-04-02 21:31:37 +00:00
Update notes.
This commit is contained in:
parent
42cbd73a20
commit
7023fb9c1d
@ -8,6 +8,9 @@ History of SixtyPical
|
||||
to a table falls within the defined size of that table.
|
||||
* The reference analyzer's ability to prove this is currently fairly weak,
|
||||
but it does exist.
|
||||
* Cleaned up the internals of the reference implementation (incl. the AST)
|
||||
and re-organized the example programs in the `eg` subdirectory.
|
||||
* Most errors produced by the reference implementation now include a line number.
|
||||
|
||||
0.12
|
||||
----
|
||||
|
@ -92,7 +92,6 @@ is probably NP-complete. But doing it adeuqately is probably not that hard.
|
||||
* `static` pointers -- currently not possible because pointers must be zero-page, thus `@`, thus uninitialized.
|
||||
* Question the value of the "consistent initialization" principle for `if` statement analysis.
|
||||
* `interrupt` routines -- to indicate that "the supervisor" has stored values on the stack, so we can trash them.
|
||||
* Error messages that include the line number of the source code.
|
||||
* Add absolute addressing in shl/shr, absolute-indexed for add, sub, etc.
|
||||
* Automatic tail-call optimization (could be tricky, w/constraints?)
|
||||
* Possibly `ld x, [ptr] + y`, possibly `st x, [ptr] + y`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user