Malformed 'addiu'
Opened this issue · 1 comments
Deleted user commented
Hi does this not support addiu
'addiu $1,$0,42':15 malformed for 'addiu' on HW1-3.mips:15
Do your resgisters not work like $0 why do I have to put $s0 or $s1
Deleted user commented
Realized I could put my own custom registers in
dashmips/hardware.py.