So I can manage to get the user inputted integer into $v0, then I use
la $t0 ($v0)
and I store the integer entered into $t0. How would I try to get the first byte of the interger from $t0. Every time I try to use
lb $t1 0($t0)
I get an error: Exception 7 [Bad data address] occurred and ignored.