Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: defarray_size.asm1 0000 DEFARRAY myarray 'A', 'B', 'C'2 0000 03 41 43 DB 3, 'A', 'C'3 0003 DEFARRAY+ myarray 'D', 'E', 'F'4 0003 06 44 46 DB 6, 'D', 'F'5 00066 0006 iii = -17 0006 DUP 68 0006 >iii = iii + 18 0006 41 > DB 'A' ; the DEFL symbol will be updated separately because of colon8 0007 >iii = iii + 18 0007 42 > DB 'B' ; the DEFL symbol will be updated separately because of colon8 0008 >iii = iii + 18 0008 43 > DB 'C' ; the DEFL symbol will be updated separately because of colon8 0009 >iii = iii + 18 0009 44 > DB 'D' ; the DEFL symbol will be updated separately because of colon8 000A >iii = iii + 18 000A 45 > DB 'E' ; the DEFL symbol will be updated separately because of colon8 000B >iii = iii + 18 000B 46 > DB 'F' ; the DEFL symbol will be updated separately because of colon9 000C EDUP10 000C ; this used to be without colon, but then colon become mandatory, also "fixing" this test :)11 000C# file closed: defarray_size.asmValue Label------ - -----------------------------------------------------------0x0005 iii