about summary refs log tree commit diff stats
path: root/html/subx/013immediate_addressing.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4199Kartik K. Agaram2018-01-251-387/+403
|
* 4161Kartik K. Agaram2017-12-151-8/+8
|
* 4084Kartik K. Agaram2017-10-181-1/+1
| | | | | subx: extract helpers for 'push' and 'pop'. We will be using them in 'call' and 'ret' as well.
* 4082Kartik K. Agaram2017-10-181-49/+55
| | | | | subx: correct a 'copy' ('mov') instruction as well to get its operand right from the opcode.
* 4081Kartik K. Agaram2017-10-181-222/+218
|
* 4079Kartik K. Agaram2017-10-181-16/+38
| | | | subx: 'pop'
* 4078Kartik K. Agaram2017-10-171-66/+66
|
* 4077Kartik K. Agaram2017-10-171-6/+6
| | | | | Stop hyperlinking every `i` in subx html files to the integer register union.
* 4072Kartik K. Agaram2017-10-161-59/+12
|
* 4069Kartik K. Agaram2017-10-151-53/+100
| | | | subx: unconditional 'jump'
* 4067Kartik K. Agaram2017-10-151-1/+36
| | | | subx: 'mov'
* 4065Kartik K. Agaram2017-10-141-0/+103
| | | | | | subx: 'compare' Hopefully I've implemented the 'sense' of comparisons right..
* 4064Kartik K. Agaram2017-10-141-100/+94
|
* 4062Kartik K. Agaram2017-10-131-35/+35
|
* 4059Kartik K. Agaram2017-10-131-89/+236
|
* 4054Kartik K. Agaram2017-10-121-19/+19
|
* 4053Kartik K. Agaram2017-10-121-3/+3
|
* 4052Kartik K. Agaram2017-10-121-0/+157