z80:Opcodes:NEG
From Learn @ Cemetech
Jump to navigationJump to searchNEG negates the accumulator.
Contents
Syntax
neg
Effects
N flag is set, all other flags modified by definition.
Uses
This command literally subtracts A from 0. This explains what "modified by definition" means in the Effects section above.
T-States
8 t-states
See Also