SETBC, SETBNC, SETBZ, SETBNZ instructions
pedward
Posts: 1,642
I was looking at the P2 docs and saw these instructions. I wonder why they exist?
SETBC d.1
MUXC d, #1
SETBNC d.5
MUXNC d, #32
SETBZ d.1
MUXZ d, #1
SETBNZ d.5
MUXNZ d, #32
These instructions could actually be generated by the assembler transparently by using the more powerful MUX masks.
SETBC d.1
MUXC d, #1
SETBNC d.5
MUXNC d, #32
SETBZ d.1
MUXZ d, #1
SETBNZ d.5
MUXNZ d, #32
These instructions could actually be generated by the assembler transparently by using the more powerful MUX masks.
Comments
Andy