Forum: Assembly Oct 27th, 2007 |
| Replies: 2 Views: 1,003 Re: Load word Never mind, figured it out. Made a stupid error, on the 'lb' instruction. Thanks for all the "help" everyone. |
Forum: Assembly Oct 27th, 2007 |
| Replies: 2 Views: 1,003 Re: Load word Figured out what was wrong, really stupid mistake. The move instruction before the loop label was supposed to be from $v0 to $s0, not $a0 to $v0. However, when I make the correction and run the... |
Forum: Assembly Oct 26th, 2007 |
| Replies: 2 Views: 1,003 Load word Pretty new to assembly language and I need help with this problem. I'm trying to traverse through a string and see if each character is either a number or a operand (+, -, *, /). Everytime I run the... |