about summary refs log tree commit diff stats
path: root/html/subx/012indirect_addressing.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4478Kartik Agaram2018-08-041-577/+0
|
* 4239Kartik Agaram2018-05-081-8/+8
|
* 4199Kartik K. Agaram2018-01-251-367/+486
|
* 4161Kartik K. Agaram2017-12-151-9/+9
|
* 4085 - done with first cut of the SubX VMKartik K. Agaram2017-10-181-3/+3
| | | | subx: 'call' and 'return' instructions
* 4084Kartik K. Agaram2017-10-181-41/+34
| | | | | subx: extract helpers for 'push' and 'pop'. We will be using them in 'call' and 'ret' as well.
* 4083Kartik K. Agaram2017-10-181-0/+30
| | | | subx: 'pop'
* 4079Kartik K. Agaram2017-10-181-10/+37
| | | | subx: 'pop'
* 4078Kartik K. Agaram2017-10-171-45/+45
|
* 4077Kartik K. Agaram2017-10-171-10/+10
| | | | | Stop hyperlinking every `i` in subx html files to the integer register union.
* 4072Kartik K. Agaram2017-10-161-2/+2
|
* 4069Kartik K. Agaram2017-10-151-24/+57
| | | | subx: unconditional 'jump'
* 4067Kartik K. Agaram2017-10-151-1/+34
| | | | subx: 'mov'
* 4066Kartik K. Agaram2017-10-141-1/+1
| | | | | | I spent a while spelunking into the code generated by C compilers before realizing that ignoring the order of arguments for 'cmp' instructions clarifies everything.
* 4065Kartik K. Agaram2017-10-141-0/+80
| | | | | | subx: 'compare' Hopefully I've implemented the 'sense' of comparisons right..
* 4064Kartik K. Agaram2017-10-141-206/+187
|
* 4062Kartik K. Agaram2017-10-131-17/+17
|
* 4059Kartik K. Agaram2017-10-131-81/+214
|
* 4054Kartik K. Agaram2017-10-121-15/+15
|
* 4053Kartik K. Agaram2017-10-121-2/+2
|
* 4052Kartik K. Agaram2017-10-121-0/+148