Z80 Instruction Set Summary Mnemonic |Time |SZHPNC|OP-code |Description ----------+----------+------+-----------+-------------------------------------------- ADC A,r |4/7/8/19 |+++V0+|88+r |Adds A to r and carry flag ADC A,# |7 |+++V0+|CE XX |Adds A to # and carry flag ADC HL,rr |15/x |+++V0+|ED 4A+10rr |Adds HL to rr and carry flag ADD A,r |4/7/8/19 |+++V0+|80+r |Adds A to r ADD A,# |7 |+++V0+|C6 XX |Adds A to # ADD HL,rr |11/15 |--+-0+|09+10rr |Adds HL to rr AND r |4/7/8/19 |++1P00|A0+r |Bitwise ANDs A with r AND # |7 |++1P00|E6 XX |Bitwise ANDs A with # BIT b,r |8/12/x/20 |++1P0-|CB 40+r+8b |Bitwise ANDs r with 1<