Blame | Last modification | View Log | Download
# file opened: rept_crash_fix.asm1 0000 ; regular correct nested DUP (just to be sure it still works)2 0000 DUP 23 0000 > DUP 24 0000 27 > daa4 0001 27 > daa5 0002 > EDUP3 0002 > DUP 24 0002 27 > daa4 0003 27 > daa5 0004 > EDUP6 0004 EDUP7 00048 0004 ; first variant of problem -> correct amount of EDUPs9 0004 ; but nested <count> expression syntax error happens, making nested DUP suddenly missing10 0004 DUP 211 0004 00 > noprept_crash_fix.asm(12): error: [DUP/REPT] Syntax error in <count>:12 0005 > DUP13 0005 00 > noprept_crash_fix.asm(14): error: [EDUP/ENDR/ENDW] End repeat without repeat14 0006 > EDUP11 0006 00 > noprept_crash_fix.asm(12): error: [DUP/REPT] Syntax error in <count>:12 0007 > DUP13 0007 00 > noprept_crash_fix.asm(14): error: [EDUP/ENDR/ENDW] End repeat without repeat14 0008 > EDUP15 0008 EDUP16 000817 0008 ; second variant of problem -> EDUP missing for real, completely18 0008 DUP 3# file closed: rept_crash_fix.asmrept_crash_fix.asm(18): error: [DUP/REPT] missing EDUP/ENDR to end repeat-blockValue Label------ - -----------------------------------------------------------