collapseos/apps
Virgil Dupras e9244b80ee zasm: big I/O overhaul
Instead of buffering input in memory one line at a time, we go in "just
in time" mode and always read contents directly from I/O, without
buffering.

It forces us to implement a `ioPutback` scheme, but on the other hand it
greatly simplifies cases where multiple tokens are on the same line
(when a label is directly followed by an instruction).

The end result feels much more solid and less hackish.
2019-05-16 07:53:42 -04:00
..
zasm zasm: big I/O overhaul 2019-05-16 07:53:42 -04:00
README.md Add zasm app 2019-04-16 13:36:57 -04:00

README.md

User applications

This folder contains code designed to be loaded and ran in RAM.