about summary refs log tree commit diff stats
path: root/subx/examples/ex9
Commit message (Collapse)AuthorAgeFilesLines
* 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`).
* 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.
* 4575Kartik Agaram2018-09-211-0/+0
| | | | | | | | New example, just to fix in my head how arguments go on the stack. It's possible I'm still confused about the order callers push args in to the stack. But even if this violates the calling convention, it should still run.
* 4530 - create an apps/ directoryKartik Agaram2018-09-011-0/+0
|
* 4529 - move examples to a sub-directoryKartik Agaram2018-09-011-0/+0