summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)Author
2023-05-24fix operand resolution to match specmainsanine-a
2023-05-23implement basic vm runnersanine-a
2023-05-23add step()sanine-a
2023-05-23add random non-overlapping ranges in coresanine-a
2023-05-23correct indirection code to match specsanine-a
2023-05-23implement DJNsanine-a
2023-05-23implement JMNsanine-a
2023-05-23implement JMZsanine-a
2023-05-23fix core boundary wrappingsanine-a
2023-05-23implement SLTsanine
2023-05-23implement CMPsanine
2023-05-23implement SUBsanine
2023-05-23test & fix indirection & predecrementsanine
2023-05-22implement MOVsanine
2023-05-22begin testing and make grammar more spec-compliantsanine
2023-05-22begin writing vmsanine-a