about summary refs log tree commit diff stats
path: root/subx/examples/ex7
Commit message (Collapse)AuthorAgeFilesLines
* 4661Kartik Agaram2018-10-041-0/+0
| | | | | Make segment management a little more consistent between initial segments and add-on segments (using `mmap`).
* 4616 - fix subx/examples/ex7Kartik Agaram2018-09-291-0/+0
| | | | | | | | | It was broken since I added support for global variables, back on Sep 1. One other subtle thing I've improved is the name `looks_like_hex_int`. We can now distinguish in the pack-operands transform between ignoring 'foo' because it doesn't look like a number, and immediately flagging '0xfoo' as an error because it *should* be a number.
* 4535 - support for global variable namesKartik Agaram2018-09-011-0/+0
|
* 4530 - create an apps/ directoryKartik Agaram2018-09-011-0/+0
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-0/+0