Method neg
neg(Int32)
Negates the value at index a relative to the top of the stack.
Declaration
public void neg(int a = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | a | Relative index of a stack entry. |
neg(UInt32)
Negates the value at index a as absolute index in the stack.
Declaration
public void neg(uint a)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | a | Absolute index of a stack entry. |
Remarks
see: mark() for absolute indices.