about summary refs log tree commit diff stats
path: root/subx/apps/crenshaw2-1
Commit message (Collapse)AuthorAgeFilesLines
* 4645Kartik Agaram2018-10-011-0/+0
|
* 4644Kartik Agaram2018-10-011-0/+0
|
* 4641Kartik Agaram2018-10-011-0/+0
|
* 4638 - extract some common libraries from appsKartik Agaram2018-10-011-0/+0
| | | | | | | I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far.
* 4518Kartik Agaram2018-09-241-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.
* 4510Kartik Agaram2018-09-231-0/+0
| | | | | Add the test harness to the crenshaw compiler. Though we aren't calling it yet. But that's because we aren't actually doing anything useful yet.
* 4560Kartik Agaram2018-09-201-0/+0
|
* 4559Kartik Agaram2018-09-201-0/+0
|
* 4557Kartik Agaram2018-09-201-0/+0
|
* 4556Kartik Agaram2018-09-201-0/+0
|
* 4555Kartik Agaram2018-09-201-0/+0
|
* 4553Kartik Agaram2018-09-201-0/+0
Start of a new example program.