Skip to content
Bananattack edited this page Mar 5, 2011 · 3 revisions

The Language Reference - Instructions - unset

The command this: unset flag unsets (turns off) the processor status flag (sometimes referred to as a p-flag by the compiler and this documentation). This can affect the internal state of the processor.

Usage Compatible Receiver (and Opcode)
p: unset carry 0x18, clc
p: unset interrupt 0x58, cli
p: unset decimal 0xD8, cld
p: unset overflow 0xB8, clv

See also: set

Clone this wiki locally