about summary refs log tree commit diff stats
path: root/subx/ex7.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4475Kartik Agaram2018-08-041-26/+0
|
* 4472 - experiment: help read the long linesKartik Agaram2018-08-041-25/+25
|
* 4467Kartik Agaram2018-08-031-28/+28
|
* 4465Kartik Agaram2018-07-301-2/+2
|
* 4456 - example with function calls: factorialKartik Agaram2018-07-301-0/+90
I found a bug with multiply in the process; another case (after the swap of call/jump opcodes in 4453) where there's no point improving testing. Unit tests can only tell us if our instructions are internally consistent. Validating against a real machine has to be manual. I'm definitely feeling the pain of debugging machine code now, that's for sure. Going over an instruction trace, comparing the state of registers line by line.