Lars Brinkhoff
Lars Brinkhoff
Add library for traditional blocks. Maybe adjust block size as required by flash sectors.
Add optional library with an interpreter. Just interpretation, no compilation mode. Depends on UART (#52), or other character I/O.
Optional library for digital I/O. Unclear what kind of abstraction might work across many targets.
DEFER
Add `DEFER`, `IS`, `ACTION-OF`, `DEFER@`, and `DEFER!`. A deferred word should probably compile to a single jump instruction. `IS` should work at both compile time and run time.
It would be very useful for applications to have the `MS` word available. Perhaps there should be a `bsp` directory with files for board support packages.