wisk / medusa

An open source interactive disassembler
Other
1.04k stars 92 forks source link

arch: z80 fixed opcode 0x07 mnemonic. #53

Closed ivan-kulikov-dev closed 8 years ago

ivan-kulikov-dev commented 8 years ago
- opcode: 0x07
  mnemonic: rlc
  operand: [ A ]
  test_flags: [ ]
  update_flags: [ ]
  semantic:
  attribute: [ ]

    LD B,N                  ; 06 XX
    RLCA                    ; 07
    EX AF,AF'               ; 08

0x07 is rlca ??

http://www.z80.info/opcodes.txt http://clrhome.org/table/