.target "z80" .format "bin" LD HL,0x1000 LD IX,0x1000 LD IY,0x1003 LD A,0x00 SBC A,(HL) SBC A,(IX+1) SBC A,(IY-2)