aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-10-15Force big endian when pushing wordsAryadev Chavali
2023-10-15Add macro for size of a wordAryadev Chavali
2023-10-15Added macro constructors for union typesAryadev Chavali
2023-10-15Implemented functions to pop a byte and a wordAryadev Chavali
2023-10-15Implemented a union type to make vm_push_* routines uniformAryadev Chavali
2023-10-15Added functions to push a byte and a wordAryadev Chavali
2023-10-15Defined a simple virtual machine data structureAryadev Chavali
2023-10-15Added some type aliasesAryadev Chavali
2023-10-15First commit!Aryadev Chavali