aboutsummaryrefslogtreecommitdiff
path: root/src/inst.c
AgeCommit message (Expand)Author
2023-10-23Added and implemented OP_PRINT*Aryadev Chavali
2023-10-22Remove get_opcode_data_typeAryadev Chavali
2023-10-22Added OP_PLUS_*Aryadev Chavali
2023-10-22Fix bug where negative opcodes lead to invalid bytecode parsingAryadev Chavali
2023-10-22Added and implemented OP_JUMP_(STACK|REGISTER)Aryadev Chavali
2023-10-22Added and implemented OP_JUMP_ABSAryadev Chavali
2023-10-22Added NUMBER_OF_OPCODES which aids in compilation errorsAryadev Chavali
2023-10-22Added opcode OP_DUP_*Aryadev Chavali
2023-10-22Cleaned up inst.cAryadev Chavali
2023-10-22Functions which convert (h)words to and from bytesAryadev Chavali
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