Bit manipulation instructions: Difference between revisions

Content deleted Content added
Zilog Z80: Added wikilink
Line 94:
 
==== Zilog Z80 ====
* The [[Zilog Z80]] [[Z80 instruction set|instruction set]] includes {{code|BIT}}, {{code|RES}}, and {{code|SET}} instructions. These test, reset, and set individual bits in registers or memory pointed to by HL.
 
==== MOS 6502 ====