aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.c
AgeCommit message (Collapse)Author
2023-10-15Better checking of opcode typesAryadev Chavali
Introduced an enum (opcode_type_t) for the masks and values of each opcode, which allows defining a single enum which checks an opcode by a opcode_type_t.
2023-10-15Moved vm_* code to its own file (runtime.(h|c))Aryadev Chavali