Z80 Disassembler Online Full Access
while (pc < binaryData.length) { const opcode = binaryData[pc]; const instruction = z80Instructions[opcode];
while (pc < binaryData.length) { const opcode = binaryData[pc]; const instruction = z80Instructions[opcode];