diff options
author | stefan <stefan@s00.xyz> | 2023-05-24 08:32:08 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-05-24 08:32:08 -0400 |
commit | ba2b9c8a1bb1876b6eb4c9783fde798b19de4418 (patch) | |
tree | 9b49307112b0f489189cf65c1b50dd281f8e430f /vm/instructions.go | |
parent | c30e7f5f99f9ad4d9552b645d7b89d7385972f99 (diff) | |
download | evm-ba2b9c8a1bb1876b6eb4c9783fde798b19de4418.tar.gz |
init
Diffstat (limited to 'vm/instructions.go')
-rw-r--r-- | vm/instructions.go | 3 |
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) |