Browse Source

Update serpent opcodes.

cl-refactor
Gav Wood 11 years ago
parent
commit
8199eb959d
  1. 4
      serpent/opcodes.py

4
serpent/opcodes.py

@ -1,8 +1,8 @@
opcodes = {
0x00: ['STOP', 0, 0],
0x01: ['ADD', 2, 1],
0x02: ['SUB', 2, 1],
0x03: ['MUL', 2, 1],
0x02: ['MUL', 2, 1],
0x03: ['SUB', 2, 1],
0x04: ['DIV', 2, 1],
0x05: ['SDIV', 2, 1],
0x06: ['MOD', 2, 1],

Loading…
Cancel
Save