about summary refs log tree commit diff stats
path: root/subx/examples/ex8
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`).
* 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