Pretty old code. But nice job subbing, hmm. Next time try to use your own template.
Your code is only running off of 0x3f80 you don't need anything else.
You don't need to use 'ori' to load the second half sense its just 0x0000 and there is no point in loading.
Now say you were loading a code that is oposite like 0x0000FFFF then instead of loading the first half with a 'lui' you can load it with 'ori t1 zero $FFFF' The zero says that the first half of the code is all zero's. Just experiment and keep working on it. Nice work.







Reply With Quote

Bookmarks