about summary refs log tree commit diff stats
path: root/054string-equal.subx
Commit message (Collapse)AuthorAgeFilesLines
* 5948 - branching to named blocksKartik Agaram2020-01-291-19/+61
|
* 5924Kartik Agaram2020-01-271-8/+8
|
* 5897 - rename comparison instructionsKartik Agaram2020-01-161-3/+3
| | | | | | | 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.
* 5876 - address -> addrKartik Agaram2020-01-031-5/+5
|
* 5804Kartik Agaram2019-12-081-8/+9
| | | | | Try to make the comments consistent with the type system we'll eventually have.
* 5792Kartik Agaram2019-12-051-9/+0
| | | | | Fix a bug in one test: it checks eax when the component under test returns nothing. It's been just accidentally passing all these months.
* 5778Kartik Agaram2019-11-291-6/+6
|
* 5698Kartik Agaram2019-10-151-4/+4
| | | | Thanks Andrew Owen for reporting this typo.
* 5592 - switch register names to lowercaseKartik Agaram2019-08-261-83/+83
|
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-0/+230