about summary refs log tree commit diff stats
path: root/subx/ex7
Commit message (Collapse)AuthorAgeFilesLines
* 4461Kartik Agaram2018-07-301-0/+0
|
* 4456 - example with function calls: factorialKartik Agaram2018-07-301-0/+0
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.