aboutsummaryrefslogtreecommitdiff
path: root/src/inst.c
AgeCommit message (Collapse)Author
2023-10-16Added functionality to read and write instruction bytecodeAryadev Chavali
Uses some bit hacks to quickly check what data type an opcode may have by shifting down to units then casting it to a data_type_t. Not very well tested yet, we'll need to see now.