Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. (09:51:13) Gillou68310: ok I made some more test with the interpreter to understand the differences between the working case and the non working one
  2. (09:54:35) Gillou68310: The main difference is located at instruction BNEZ at 0x806745F8
  3. (09:55:33) Gillou68310: BNEZ at, 0x80674670
  4. (09:56:04) Gillou68310: in the non working case the branch is always taken
  5. (09:57:52) Gillou68310: meaning that the "at" register is always different from 0
  6. (09:58:32) Gillou68310: looking at the previous instruction
  7. (09:58:53) Gillou68310: SLT at,t6,s2
  8. (10:00:55) Gillou68310: this instruction set "at" to 1 if "t6"<"s2"
  9. (10:01:23) Gillou68310: and to 0 if "t6">"s2"
  10. (10:01:57) Gillou68310: the last case is never happening
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement