Blame | Last modification | View Log | Download
# file opened: r800_extras.asm1 0000 ;mulub a,a ; #EDF9 - not guaranteed to work properly, sjasmplus doesn't support it2 0000 ED C1 mulub a,b ; #EDC13 0002 ED C9 mulub a,c ; #EDC94 0004 ED D1 mulub a,d ; #EDD15 0006 ED D9 mulub a,e ; #EDD96 0008 ;mulub a,h ; #EDE1 - not guaranteed7 0008 ;mulub a,l ; #EDE9 - not guaranteed8 0008 ED C3 muluw hl,bc ; #EDC39 000A ;muluw hl,de ; #EDD3 - not guaranteed10 000A ;muluw hl,hl ; #EDE3 - not guaranteed11 000A ED F3 muluw hl,sp ; #EDF312 000C13 000C ;; syntax variants14 000C ED C1 mulub b15 000E ED C3 muluw bc16 001017 0010 ;; invalid instr. variantsr800_extras.asm(18): error: Illegal instruction: mulub a18 0010 mulub ar800_extras.asm(19): error: Illegal instruction: muluw hl19 0010 muluw hl20 0010# file closed: r800_extras.asmValue Label------ - -----------------------------------------------------------