Blame | Last modification | View Log | Download
# file opened: Issue163_dirbol_allows_two_directives.asm1 0000 01 DB 11 0001 02 DB 2 ; legal syntaxIssue163_dirbol_allows_two_directives.asm(2): error: Unrecognized instruction: 32 0002 DB 32 0002 04 DB 4 ; error without --dirbol ("DB" becomes label)Issue163_dirbol_allows_two_directives.asm(3): error: Unexpected: DW 63 0003 05 00 DW 5 DW 6 ; error, no colonIssue163_dirbol_allows_two_directives.asm(4): error: Unrecognized instruction: 7 DW 84 0005 DW 7 DW 8 ; error without --dirbol and no colon ("DW" becomes label)5 00056 0005 OPT --dirbol7 0005 01 DB 17 0006 02 DB 2 ; legal syntax8 0007 03 DB 38 0008 04 DB 4 ; legal syntax with --dirbolIssue163_dirbol_allows_two_directives.asm(9): error: Unexpected: DW 69 0009 05 00 DW 5 DW 6 ; error, no colon after DW 5Issue163_dirbol_allows_two_directives.asm(10): error: Unexpected: DW 810 000B 07 00 08 00 DW 7 DW 8 ; error, no colon after DW 7 (but DW 7 works with --dirbol)11 000F# file closed: Issue163_dirbol_allows_two_directives.asmValue Label------ - -----------------------------------------------------------0x0002 X DB0x0005 X DW