Write8           3465 src/dps8/dps8_cpu.c             Write8 (addr, cpu.Yblock8, cpu.currentInstruction.b29);
Write8           1748 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
Write8           1749 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
Write8           1757 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
Write8           1758 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
Write8           1759 src/dps8/dps8_iefp.c     Write8 (address + 16, data + 16, cpu.currentInstruction.b29);
Write8           1760 src/dps8/dps8_iefp.c     Write8 (address + 24, data + 24, cpu.currentInstruction.b29);
Write8             73 src/dps8/dps8_iefp.h void Write8 (word18 address, word36 * data, bool isAR);