mips_assembler_simulator
v2.6.0
Published
Simple MIPS Simulator in JavaScript (Experimental) ================================================== <!--- This is an experimental project after taking the computer architecture course during my undergraduate study. Basically it provides a basic playgrou
Downloads
18
Maintainers
Readme
Simple MIPS Simulator in JavaScript (Experimental)
List of Currently Implemented instructions:
- Memory access: lb, lbu, lh, lhu, lui, lw, sb, sh, sw, mfhi, mflo, mthi, mtlo
- Arithmetic operations: addi, addiu, add, addu, sub, subu, slt, slti, sltu, sltiu, mult, multu, div, divu
- Logical operations: and, andi, or, ori, xor, xori, nor, sll, sllv, srl, sra, srlv, srav
- Jump: j, jr,jal,
- Conditional branch: beq, bne, blez, bgtz, bltz, bgez,bltzal,bgezal
- Misc/Pseudo instructions: nop, break, print prints, printm,b,la,popr,pushr,li