Format | Assembly Format | Description |
---|---|---|
25 | dup |
Duplicate the value on the top of the stack. |
…, value → …, value, value
The dup
instruction duplicates the top element of the stack.
None.
No additional requirements.
Format | Assembly Format | Description |
---|---|---|
25 | dup |
Duplicate the value on the top of the stack. |
…, value → …, value, value
The dup
instruction duplicates the top element of the stack.
None.
No additional requirements.