mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Wrote value, chunk, memory sections, tested value
chunk and memory remain untested for now
This commit is contained in:
5
source/toy_opcodes.h
Normal file
5
source/toy_opcodes.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum Toy_OpcodeType {
|
||||
TOY_OPCODE_RETURN,
|
||||
} Toy_OpcodeType;
|
||||
Reference in New Issue
Block a user