Правила форума
0 Пользователей и 1 Гость просматривают эту тему.
LD BC, HL
INC L DEC A ADD B
Detailed info LDInstruction Format:OPCODE r r' CYCLES---------------------------------------------------- 01 ddd sss LD r,r' dst,src 4Introductory note -- Binary form of opcodes Example: LD r,r' The 8-bit binary opcode is r r' 01dddsss ...where "ddd" is a three-bit field specifying the destination, and "sss" is a three-bit field specifying the source. the value for ddd and sss is shown below:Registers-------------- A = 111 B = 000 C = 001 D = 010 E = 011 H = 100 L = 101Operation: dst <-- src
как будет в хексе выглядет код? LD BC, HL
ADD B
2 Channel PCM Driver fo Super Contra on Mega Drive
я бы посоветовал взять готовые плееры из SGDK если асм Z80 (почти) не знаешь.