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

@ -55,6 +55,7 @@ const (
// 0x50 range - 'storage' and execution
oPUSH = 0x50
oPUSH20 = 0x80
oPOP = 0x51
oDUP = 0x52
oSWAP = 0x53