Disassembler skeleton
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package vm
|
||||
|
||||
type Program struct {
|
||||
Functions [][]*Instruction
|
||||
Functions []*Function
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user