Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 640 Bytes

Duplication Operations.md

File metadata and controls

17 lines (13 loc) · 640 Bytes
OP Code (Hexidecimal) Operation1 Description Gas
0x80 DUP1 1 2 Duplicate 1st stack item2 3
0x8f DUP16 16 17 Duplicate 16th stack item 3

References


Tags

Instruction Set

Footnotes

  1. (Mnemonic, Stack items placed, Stack items removed)

  2. DUP2, DUP3..DUP15 duplicate 2nd, 3rd..15th stack item respectively