Difference between revisions of "Valdec"
From WikiManual
m |
|||
Line 3: | Line 3: | ||
Taking the top value of the stack as bits, subtracts one. Underflow is ignored. | Taking the top value of the stack as bits, subtracts one. Underflow is ignored. | ||
− | + | {{Bitwise Command}} | |
+ | |||
+ | ==Example:== | ||
-5 -- | -5 -- | ||
would place -4 on the stack. | would place -4 on the stack. |
Latest revision as of 16:50, 31 January 2006
Deincrement Bit Value BINARY
Taking the top value of the stack as bits, subtracts one. Underflow is ignored.
Bitwise Command:
|
Example:
-5 --
would place -4 on the stack.