summaryrefslogtreecommitdiff
path: root/vm/instructions.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/instructions.go')
-rw-r--r--vm/instructions.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/instructions.go b/vm/instructions.go
new file mode 100644
index 0000000..5a1220b
--- /dev/null
+++ b/vm/instructions.go
@@ -0,0 +1,3 @@
+package main
+
+type InstructionHandler func (vm *Evm)