Wrote value, chunk, memory sections, tested value
chunk and memory remain untested for now
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum Toy_OpcodeType {
|
||||
TOY_OPCODE_RETURN,
|
||||
} Toy_OpcodeType;
|
||||
Reference in New Issue
Block a user