Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: issue50.asm1 0000 MACRO m12 0000 ~ ; commentA3 0000 ~ nop ; comment14 0000 ~ ; commentB5 0000 ~ nop ; comment26 0000 ~ nop ; comment37 0000 ENDM8 00009 0000 MACRO m210 0000 ~ nop ; with its own comment m2.nop11 0000 ENDM12 000013 0000 MACRO m3 ; without comment on code line14 0000 ~ nop15 0000 ENDM16 000017 0000 m117 0000 > ; commentA17 0000 00 > nop ; comment117 0001 > ; commentB17 0001 00 > nop ; comment217 0002 00 > nop ; comment318 000319 0003 37 scf ; main line m2_1 with comment20 0004 m220 0004 00 > nop ; with its own comment m2.nop21 000522 0005 27 daa ; main line m2_2 with comment23 0006 m2 ; macro emit m2_2 with comment23 0006 00 > nop ; with its own comment m2.nop24 000725 0007 3F ccf26 0008 m2 ; macro emit m2_3 with comment26 0008 00 > nop ; with its own comment m2.nop27 000928 0009 37 scf ; main line m3_1 with comment29 000A m329 000A 00 > nop30 000B31 000B 27 daa ; main line m3_2 with comment32 000C m3 ; macro emit m3_2 with comment32 000C 00 > nop33 000D34 000D 3F ccf35 000E m3 ; macro emit m3_3 with comment35 000E 00 > nop36 000F# file closed: issue50.asmValue Label------ - -----------------------------------------------------------