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