Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
coverage1.asm(2): warning[fwdref]: forward reference of symbol: IF 0 < fwdLabelcoverage1.asm(3): warning[fwdref]: forward reference of symbol: IFN 0 < fwdLabel# file opened: coverage1.asmcoverage1.asm(1): error: Syntax error: &coverage1.asm(1): error: Unexpected: &1 0000 IF &coverage1.asm(1): error: Syntax error: &coverage1.asm(1): error: Unexpected: &1 0000 IFN & ; syntax errors2 0000 IF 0 < fwdLabel2 0000 ENDIF3 0000 IFN 0 < fwdLabel3 0000 ENDIF4 0000 fwdLabel:5 0000 IF 0 < fwdLabel5 0000 ENDIF ; should be OK here6 0000 IFN 0 < fwdLabel6 0000 ENDIF ; should be OK here7 0000coverage1.asm(8): error: ELSE without IF/IFN/IFUSED/IFNUSED/IFDEF/IFNDEF8 0000 ELSEcoverage1.asm(9): error: ENDIF without IF/IFN/IFUSED/IFNUSED/IFDEF/IFNDEF9 0000 ENDIF10 000011 0000 ; create "AHOY!" in "coverage1.bin" by using all output modes12 0000 OUTPUT "coverage1.bin",T12 0000 78 78 DB "xx"13 0002 OUTPUT "coverage1.bin",A13 0002 78 59 DB "xY"14 0004 OUTPUT "coverage1.bin",R15 0004 79 DB "y"15 0005 FPOS 215 0005 4F DB "O"15 0006 FPOS -215 0006 48 DB "H"15 0007 FPOS +215 0007 21 DB "!"coverage1.asm(15): error: [FPOS] Syntax error: &15 0008 FPOS &16 0008 OUTPUT "coverage1.bin", R ; try with space after comma (new bugfix)17 0008 41 DB "A"18 0009 ; syntax errors (should not fallback to "truncate", would destroy current output)coverage1.asm(19): error: [OUTPUT] Invalid <mode> (valid modes: t, a, r): OUTPUT "coverage1.bin",19 0009 OUTPUT "coverage1.bin",coverage1.asm(20): error: [OUTPUT] Invalid <mode> (valid modes: t, a, r): OUTPUT "coverage1.bin",20 0009 OUTPUT "coverage1.bin", ; with spaces after commacoverage1.asm(21): error: [OUTPUT] Invalid <mode> (valid modes: t, a, r): OUTPUT "coverage1.bin",&21 0009 OUTPUT "coverage1.bin",&22 0009 OUTEND23 0009coverage1.asm(24): error: [DEFINE] Illegal <id>: 1nvalidId value24 0009 DEFINE 1nvalidId valuecoverage1.asm(25): error: [UNDEFINE] Illegal <id>: 1nvalidId25 0009 UNDEFINE 1nvalidId26 000927 0009 DEFINE validDefine 1nvalidId28 0009 UNDEFINE validDefinecoverage1.asm(29): warning: [UNDEFINE] Identifier not found: validDefine29 0009 UNDEFINE validDefine ; warning not found (second undefine)30 0009coverage1.asm(31): warning: [UNDEFINE] Identifier not found: fwdLabel31 0009 UNDEFINE fwdLabel ; labels can't be removed any more (since v1.14.0)32 0009 ; not that it worked correctly before?? (removed because IMO broken beyond repair + undocumented!)33 0009 ; makes little sense in 3-pass, fix the source to not rely on such weird feature34 000935 0009 ; bomb everything with "UNDEFINE *"36 0009 IFDEF _SJASMPLUS ; still defined37 0009 01 DB 138 000A ENDIF39 000A UNDEFINE *40 000A IFNDEF _SJASMPLUS ; and it's gone41 000A 02 DB 242 000B ENDIF43 000Bcoverage1.asm(44): error: [ENDS] End structure without structure44 000B ENDS45 000B ASSERT 1 ; validcoverage1.asm(46): error: [ASSERT] Syntax error: &46 000B ASSERT & ; syntax err47 000B> DISPLAY has silently skipped options /L and /T. 0x000F 1548 000B DISPLAY "DISPLAY", /L, " ", /T, "has silently skipped options /L and /T. ", 15, " ", /D, 15coverage1.asm(49): error: Syntax error: "49 000B DISPLAY "50 000B51 000B SHELLEXEC "echo -n Ahoy! "52 000B SHELLEXEC '"echo"', "\ from SHELLEXEC"bash: my_invalid_filename: No such file or directorycoverage1.asm(53): error: [SHELLEXEC] non-zero exit code: 12753 000B SHELLEXEC "bash", "my_invalid_filename"54 000B# file closed: coverage1.asmValue Label------ - -----------------------------------------------------------0x0000 fwdLabel