about summary refs log tree commit diff stats
path: root/html/apps/calls.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 5925Kartik Agaram2020-01-271-25/+25
|
* 5903Kartik Agaram2020-01-191-1575/+1576
|
* 5901Kartik Agaram2020-01-191-3/+3
|
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-25/+25
| | | | | | | 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.
* 5896Kartik Agaram2020-01-161-21/+21
|
* 5895Kartik Agaram2020-01-161-21/+21
|
* 5889Kartik Agaram2020-01-141-2/+2
|
* 5884Kartik Agaram2020-01-121-16/+16
|
* 5881Kartik Agaram2020-01-101-1/+1
|
* 5876 - address -> addrKartik Agaram2020-01-031-7/+7
|
* 5855Kartik Agaram2020-01-011-3/+3
|
* 5806Kartik Agaram2019-12-091-97/+97
|
* 5716Kartik Agaram2019-10-261-1452/+1444
|
* 5701Kartik Agaram2019-10-171-34/+34
|
* 5684Kartik Agaram2019-09-211-2/+2
| | | | Support function-call syntax when linkifying functions in html files.
* 5683Kartik Agaram2019-09-201-1719/+1718
|
* 5661Kartik Agaram2019-09-151-1/+1
|
* 5637Kartik Agaram2019-09-071-2/+2
|
* 5632Kartik Agaram2019-09-061-1084/+1601
|
* 5629Kartik Agaram2019-09-061-383/+1208
|
* 5614Kartik Agaram2019-09-031-1/+168
|
* 5612Kartik Agaram2019-09-021-1/+1
|
* 5611Kartik Agaram2019-09-021-3/+3
|
* 5607 - start of notation for function callsKartik Agaram2019-09-021-0/+279