Commit Graph

8 Commits

Author SHA1 Message Date
Kartik Agaram 3d3cb2a166 4409
Word-wrap online help.

Fixes #8.
2018-07-25 16:40:00 -07:00
Kartik Agaram d57d39cb3f 4395 2018-07-24 16:06:43 -07:00
Kartik Agaram 5af1b6a46a 4385 - online help on addressing modes 2018-07-21 22:15:55 -07:00
Kartik Agaram 62197fd5a7 4383
Make room for including multibyte opcodes in the opcode list.
2018-07-20 22:16:04 -07:00
Kartik Agaram 0ca791cd8c 4376 - subx: online help includes supported opcodes 2018-07-20 17:08:55 -07:00
Kartik Agaram dd82456646 4374 - starting to use the online help system 2018-07-20 15:53:49 -07:00
Kartik Agaram 6602c82f9f 4363 - subx: first program using the stack segment
We allocate space for a local variable, read() a character from stdin to
it, and write() it out to stdout.
2018-07-16 22:18:18 -07:00
Kartik Agaram 1f56ac6483 4350
Reorganize layers to introduce the translation workflow right at the start.

We also avoid duplicating parsing code. Programs are always parsed into
the `program` data structure.
2018-07-15 22:59:02 -07:00