aboutsummaryrefslogtreecommitdiff
path: root/src/inst.c
AgeCommit message (Expand)Author
2023-10-22Changed format of inst_printAryadev Chavali
2023-10-21Implemented opcode_as_cstr for NOT,OR,AND,XOR,EQAryadev Chavali
2023-10-21Helper functions for read/write instructions from darr or FILE*Aryadev Chavali
2023-10-21Switched from floats to halfwordAryadev Chavali
2023-10-16Added opcode_as_cstr, opcode_type_as_cstr and inst_printAryadev Chavali
2023-10-16Fixed bug with get_opcode_data_typeAryadev Chavali
2023-10-16Set opcode after reading parameters in inst_read_byteAryadev Chavali
2023-10-16Added functionality to read and write instruction bytecodeAryadev Chavali