EdouardBERGE / rasm

RASM powerful Z80 assembler
129 stars 16 forks source link

opcodes_first_bytes.asm has duplicated labels #23

Closed rgiot closed 2 years ago

rgiot commented 2 years ago
opcode_dec_hl             EQU  0x2b
opcode_dec_hl             EQU  0x35
EdouardBERGE commented 2 years ago

yeah, who give me this? ^_^ will convert HL to MHL (memory HL) where it's supposed to be

EdouardBERGE commented 2 years ago

i guess the whole file must be rewrite with a proper naming convention

rgiot commented 2 years ago

There are yet at least these additional ones ;)

opcode_ld_hl_nnnn EQU 0x21 opcode_ld_hl_nnnn EQU 0x2a

EdouardBERGE commented 2 years ago

https://github.com/EdouardBERGE/rasm/commit/18f57a19d5889e9e4db192369693e3823cba676c