Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #2

Open
54 tasks
jordanspooner opened this issue Nov 17, 2018 · 0 comments
Open
54 tasks

Testing #2

jordanspooner opened this issue Nov 17, 2018 · 0 comments

Comments

@jordanspooner
Copy link
Member

jordanspooner commented Nov 17, 2018

  • ADD Add (with overflow)
  • ADDI Add immediate (with overflow)
  • ADDIU Add immediate unsigned (no overflow)
  • ADDU Add unsigned (no overflow)
  • AND Bitwise and
  • ANDI Bitwise and immediate
  • BEQ Branch on equal
  • BGEZ Branch on greater than or equal to zero
  • BGEZAL Branch on non-negative (>=0) and link
  • BGTZ Branch on greater than zero
  • BLEZ Branch on less than or equal to zero
  • BLTZ Branch on less than zero
  • BLTZAL Branch on less than zero and link
  • BNE Branch on not equal
  • DIV Divide
  • DIVU Divide unsigned
  • J Jump
  • JALR Jump and link register
  • JAL Jump and link
  • JR Jump register
  • LB Load byte
  • LBU Load byte unsigned
  • LH Load half-word
  • LHU Load half-word unsigned
  • LUI Load upper immediate
  • LW Load word
  • LWL Load word left
  • LWR Load word right
  • MFHI Move from HI
  • MFLO Move from LO
  • MTHI Move to HI
  • MTLO Move to LO
  • MULT Multiply
  • MULTU Multiply unsigned
  • OR Bitwise or
  • ORI Bitwise or immediate
  • SB Store byte
  • SH Store half-word
  • SLL Shift left logical
  • SLLV Shift left logical variable
  • SLT Set on less than (signed)
  • SLTI Set on less than immediate (signed)
  • SLTIU Set on less than immediate unsigned
  • SLTU Set on less than unsigned
  • SRA Shift right arithmetic
  • SRAV Shift right arithmetic
  • SRL Shift right logical
  • SRLV Shift right logical variable
  • SUB Subtract
  • SUBU Subtract unsigned
  • SW Store word
  • XOR Bitwise exclusive or
  • XORI Bitwise exclusive or immediate
  • C Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant