eugene kashida
2005-10-11 03:28:34 UTC
"Exception 4 [Unaligned address in inst/data fetch] caught by trap
handler." is what I get when I try to:
lw $t0, 0($a1)
where $a1 is supposed to be the address of the format string. This
instruction is literally the first instruction that really does anything
in my code. I have not touched $a1 since receiving control from
test.sprintf.s.
What I did was append my sprintf.s code to test.sprintf.s. What am i
doing wrong?
handler." is what I get when I try to:
lw $t0, 0($a1)
where $a1 is supposed to be the address of the format string. This
instruction is literally the first instruction that really does anything
in my code. I have not touched $a1 since receiving control from
test.sprintf.s.
What I did was append my sprintf.s code to test.sprintf.s. What am i
doing wrong?