Changes

Z80

100 bytes added, 07:46, 4 September 2024
/* Oddities */
* While the syntax of ADD, ADC and SBC instructions all explicitely mention the A register, the SUB instruction does not mention it
* The 16-bit commands ADD HL,ss, ADC HL,ss and SBC HL,ss exist but not the command SUB HL,ss
* The NOP instruction takes 4 cycles. This is the minimum amount of cycles an instruction can take.
<br>
13,173
edits