about summary refs log tree commit diff stats
path: root/subx/examples/ex8
Commit message (Collapse)AuthorAgeFilesLines
* 4923Kartik Agaram2019-01-121-0/+0
| | | | | We want slice-equal? for length-prefixed strings, not null-terminated "kernel" strings.
* 4888Kartik Agaram2018-12-291-0/+0
| | | | We only can't use rm32=5 when mod=0. Totally fine when it's mod=1.
* 4661Kartik Agaram2018-10-041-0/+0
| | | | | Make segment management a little more consistent between initial segments and add-on segments (using `mmap`).
* 4644Kartik Agaram2018-10-011-0/+0
|
* 4516Kartik K. Agaram2018-09-241-0/+0
| | | | | | | More calling convention tweaks. Use EBP to get consistently at parameters and locals. Always put the first function argument closest to EBP.
* 4503Kartik Agaram2018-09-221-0/+0
| | | | Include LEA (load effective address) in the SubX subset of x86 ISA.
* 4590Kartik Agaram2018-09-221-0/+0
|
* 4530 - create an apps/ directoryKartik Agaram2018-09-011-0/+0
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-0/+0