about summary refs log tree commit diff stats
path: root/apps/factorial.subx
Commit message (Collapse)AuthorAgeFilesLines
* 7032Kartik Agaram2020-10-141-50/+50
|
* 6596Kartik Agaram2020-06-291-2/+2
|
* 6507 - use syscall names everywhereKartik Agaram2020-06-101-2/+1
|
* 6213Kartik Agaram2020-04-261-2/+32
| | | | Some minor tweaks while preparing presentation to Mek's Junto group.
* 6089Kartik Agaram2020-03-061-3/+3
|
* 5924Kartik Agaram2020-01-271-3/+3
|
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-2/+2
| | | | | | | Signed and unsigned don't quite capture the essence of what the different combinations of x86 flags are doing for SubX. The crucial distinction is that one set of comparison operators is for integers and the second is for addresses.
* 5804Kartik Agaram2019-12-081-4/+4
| | | | | Try to make the comments consistent with the type system we'll eventually have.
* 5782 - fix a widespread bug with Heap-sizeKartik Agaram2019-11-301-1/+1
|
* 5698Kartik Agaram2019-10-151-3/+3
| | | | Thanks Andrew Owen for reporting this typo.
* 5696Kartik Agaram2019-10-031-1/+1
|
* 5673 - standardize a few knobsKartik Agaram2019-09-191-2/+2
|
* 5661Kartik Agaram2019-09-151-1/+1
|
* 5607Kartik Agaram2019-09-011-1/+2
|
* 5600Kartik Agaram2019-08-311-5/+4
|
* 5598Kartik Agaram2019-08-311-2/+1
|
* 5596Kartik Agaram2019-08-311-8/+12
|
* 5592 - switch register names to lowercaseKartik Agaram2019-08-261-33/+33
|
* 5589Kartik Agaram2019-08-251-1/+1
|
* 5499Kartik Agaram2019-07-311-1/+1
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+117