This directory contains a diagnostics program used by the CPUIntegrationTest
unit test. This is an Intel 8080 program that exercises all of the opcodes.
cpudiag.asm
taken from: http://www.emulator101.com/files/cpudiag.asmcpudiag.bin
assembled version taken from: http://www.emulator101.com/files/cpudiag.bincpudiag-disassembly.txt
disassembly ofcpudiag.bin
with 256 bytes padding prepended to match where it is expected to be loaded into memory (0x100) so the addresses of the disassembly match the memory addresses; useful for debugging.