jiaweizhang / assimulator

Assembler and simulator for ECE350 custom assembly
GNU General Public License v3.0
3 stars 4 forks source link

addi $7, $1, -65536 #57

Closed jiaweizhang closed 7 years ago

jiaweizhang commented 7 years ago

immediate is 0 instead of -65536. Probably wrong radix shift

jiaweizhang commented 7 years ago

Fixed. Was doing varBits + 1 instead of varBits