Blame | Last modification | View Log | Download
# file opened: Issue146_conditional_dup_crash.asm1 0000 ; this is currently (v1.18.2) invalid construction of nested DUP->EDUP inside different conditional blocks2 0000 ; and will not work, but the sjasmplus does segfault hard on this instead of just reporting error3 0000 i1: ifndef SKIP_DUP4 0000 dup 35 0000 27 > daaIssue146_conditional_dup_crash.asm(6): error: Conditional block must start and finish inside the repeat block, nested completelyIssue146_conditional_dup_crash.asm(6): error: ELSE without IF/IFN/IFUSED/IFNUSED/IFDEF/IFNDEF6 0001 > else10 0001 edup11 0001 endif12 0001# file closed: Issue146_conditional_dup_crash.asmValue Label------ - -----------------------------------------------------------0x0000 X i1