So I've used a cross compiler to go from C -> MIPS and I'm trying to run the code in spim.
The cross compiler created this line:
spim doesn't like this. What exactly is this line saying and how would I go about fixing it? (so that spim could handle it)
The cross compiler created this line:
lw $25,%call16(atoi)($28)
spim doesn't like this. What exactly is this line saying and how would I go about fixing it? (so that spim could handle it)