Blame | Last modification | View Log | Download
# file opened: issue166_multiarg_exceptions.asm1 0000 ; make some instructions to accept single-comma multi-arg even when --syntax=a mode is specified2 0000 ; instructions supporting relaxed multi-arg: dec, inc, pop, push3 00004 0000 ; errors of double-comma used without --syntax=a mode5 0000issue166_multiarg_exceptions.asm(6): error: Unexpected: ,,de6 0000 0B dec bc,,deissue166_multiarg_exceptions.asm(7): error: Unexpected: ,,de7 0001 03 inc bc,,deissue166_multiarg_exceptions.asm(8): error: Unexpected: ,,de8 0002 E5 push hl,,deissue166_multiarg_exceptions.asm(9): error: Unexpected: ,,de9 0003 E1 pop hl,,de10 0004 OPT --reversepopissue166_multiarg_exceptions.asm(11): error: Unexpected: ,,de11 0004 E1 pop hl,,de12 000513 0005 ; enabled --syntax=a mode, and check mixed commas for relaxed instructions14 000515 0005 OPT reset --syntax=a16 0005 0B 1B 2B 3B dec bc,de,,hl,sp,,ix,iy,,b,c,d,e,,h,l,(hl),a16 0009 DD 2B FD 2B16 000D 05 0D 15 1D16 0011 25 2D 35 3D17 0015 03 13 23 33 inc bc,de,,hl,sp,,ix,iy,,b,c,d,e,,h,l,(hl),a17 0019 DD 23 FD 2317 001D 04 0C 14 1C17 0021 24 2C 34 3C18 0025 C5 D5 E5 F5 push bc,de,,hl,af,,ix,iy18 0029 DD E5 FD E519 002D C1 D1 E1 F1 pop bc,de,,hl,af,,ix,iy19 0031 DD E1 FD E120 0035 OPT --reversepop21 0035 FD E1 DD E1 pop bc,de,,hl,af,,ix,iy21 0039 F1 E1 D1 C122 003D# file closed: issue166_multiarg_exceptions.asmValue Label------ - -----------------------------------------------------------