Rev 129 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: stderr_as_listing.asm1 0000 ORG $8000 ;; uncut align blocks2 8000 ALIGN 43 8000 01 DB 14 8001 00 00 00 ALIGN 45 8004 02 03 DB 2, 36 8006 00 00 ALIGN 47 8008 04 05 06 DB 4, 5, 68 800B 00 ALIGN 49 800C 07 08 09 0A DB 7, 8, 9, 1010 8010 ALIGN 411 801012 8010 ORG $8100 ;; cut to 3 and "..." align blocks13 8100 ALIGN 1614 8100 01 DB 115 8101 00 00 00... ALIGN 1616 8110 02 03 DB 2, 317 8112 00 00 00... ALIGN 1618 8120 04 05 06 DB 4, 5, 619 8123 00 00 00... ALIGN 1620 8130 07 08 09 0A DB 7, 8, 9, 1021 8134 00 00 00... ALIGN 1622 814023 8140 ORG $8200 ;; some should fit fully, some should be cut24 8200 ALIGN 825 8200 01 02 03 DB 1, 2, 326 8203 00 00 00... ALIGN 827 8208 04 05 06 07 DB 4, 5, 6, 728 820C 00 00 00 00 ALIGN 829 8210 08 09 0A 0B DB 8, 9, 10, 11, 1229 8214 0C30 8215 00 00 00 ALIGN 831 8218 0D 0E 0F 10 DB 13, 14, 15, 16, 17, 1831 821C 11 1232 821E 00 00 ALIGN 833 822034 8220 ORG $8300 ;; same as $8200 case, crammed into single source line35 8300 ALIGN 835 8300 01 02 03 DB 1,2,335 8303 00 00 00... ALIGN 835 8308 04 05 06 07 DB 4,5,6,735 830C 00 00 00 00 ALIGN 835 8310 08 09 0A 0B DB 8,9,10,11,1235 8314 0C35 8315 00 00 00 ALIGN 835 8318 0D 0E 0F 10 DB 13,14,15,16,17,1835 831C 11 1235 831E 00 00 ALIGN 836 832037 8320 ORG $9000 ;; BLOCK emit38 9000 01 BLOCK 1, 139 9001 02 02 BLOCK 2, 240 9003 03 03 03 BLOCK 3, 341 9006 04 04 04 04 BLOCK 4, 442 900A 05 05 05... BLOCK 5, 543 900F 06 06 06... BLOCK 6, 644 9015 07 07 07... BLOCK 7, 745 901C 08 08 08... BLOCK 8, 846 9024stderr_as_listing.asm(47): error: Unrecognized instruction: some error and warning here47 9024 some error and warning herestderr_as_listing.asm(48): warning: value 0x7761726E is truncated to 8bit value: 0x6E48 9024 3E 6E ld a,'warn'49 902650 9026 cnt = 051 9026 DUP 252 9026 > DUP 353 9026 00 > db cnt54 9027 >cnt = cnt+153 9027 01 > db cnt54 9028 >cnt = cnt+153 9028 02 > db cnt54 9029 >cnt = cnt+155 9029 > EDUP52 9029 > DUP 353 9029 03 > db cnt54 902A >cnt = cnt+153 902A 04 > db cnt54 902B >cnt = cnt+153 902B 05 > db cnt54 902C >cnt = cnt+155 902C > EDUP56 902C EDUP57 902C58 902C MACRO pokus count1,count2,data59 902C ~ DUP count160 902C ~ DUP count261 902C ~ db data62 902C ~ EDUP63 902C ~ EDUP64 902C ENDM65 902C66 902C pokus 2,3,#FF66 902C > DUP 266 902C > DUP 366 902C FF > db #FF66 902D FF > db #FF66 902E FF > db #FF66 902F > EDUP66 902F > DUP 366 902F FF > db #FF66 9030 FF > db #FF66 9031 FF > db #FF66 9032 > EDUP66 9032 > EDUP67 9032# file closed: stderr_as_listing.asmValue Label------ - -----------------------------------------------------------0x0006 cnt