mips-assembler
mips-assembler copied to clipboard
A MIPS Instruction Set Assembler in C
Results
2
mips-assembler issues
Sort by
recently updated
recently updated
newest added
Hi you haven't added an header file 'semaphore.h', which is used in hash_table.c
I test this asm with the assembler, but it gives wrong result of instruction beq: ``` .text loop: addi $t1, $t1, 1 add $t0, $t0, $t1 addi $t6, $zero, 100...