Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: issue35_b.asm1 0000 MACRO MYMACRO1 addr, string, term2 0000 ~ ld de,addr3 0000 ENDM4 00005 0000 ; this will exercise the max-depth limit = 20 in substitution6 0000 MYMACRO1 test_result_string, string, 0 ; "string = string" causes infinite recursionissue35_b.asm(2): error: Unable to finish substitions, line after 20th iteration: ld de,test_result_stringissue35_b.asm(6): ^ emitted from here6 0000 11 00 00 > ld de,test_result_string7 0003# file closed: issue35_b.asmValue Label------ - -----------------------------------------------------------