Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: dir_disp.asm1 0000 ; test warnings about DISP and ORG inside DISP block2 00003 0000 ORG $80004 8000 DISP $C0005 C0006 C000 37 l1: scfdir_disp.asm(7): warning: [DISP] displacement inside another displacement block, ignoring it.7 C001 DISP $1234, 4 ; warning about being ignored, because DISP inside DISP8 C001 00 l2: nop9 C002 ASSERT $C001 == l2 ; not $123410 C002dir_disp.asm(11): warning[displacedorg]: ORG-address set inside displaced block, the physical address is not modified, only displacement address11 C002 ORG $E002 ; warning: only virtual address being modified inside DISP12 E002 3F l3: ccf13 E003 ORG $F003 ; suppress: displacedorg-ok14 F003 1F l4: rra15 F00416 F004 ENT17 8004 2F cpl18 800519 8005 DISP $CCCC ; leave DISP open to test next pass behaviour (should auto-end)20 CCCC# file closed: dir_disp.asmValue Label------ - -----------------------------------------------------------0xC000 X l10xC001 l20xE002 X l30xF003 X l4