Content deleted Content added
→Hardware bit manipulation: Reorganize |
→Zilog Z80: "Coded" Z80 instructions to match 6502 above |
||
Line 112:
==== Zilog Z80 ====
* The [[Zilog Z80]] 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 ====
|