Added better address format

This commit is contained in:
obscuren
2014-04-10 18:14:19 -04:00
parent 969e748dce
commit 891f725909
4 changed files with 18 additions and 4 deletions

View File

@ -51,7 +51,10 @@ var OpCodes = map[string]byte{
"GASLIMIT": 0x45,
// 0x50 range - 'storage' and execution
"PUSH": 0x50,
"PUSH": 0x50,
"PUSH20": 0x80,
"POP": 0x51,
"DUP": 0x52,
"SWAP": 0x53,