Disassembler skeleton

This commit is contained in:
Ian Gulliver
2021-11-19 20:38:56 -10:00
parent 5ccf6832c8
commit 579ddab2de
7 changed files with 111 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
package vm
type Program struct {
Functions [][]*Instruction
Functions []*Function
}