Use .addr for address tables
git-svn-id: svn://svn.cc65.org/cc65/trunk@3001 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -192,7 +192,7 @@ unsigned AddrTable (void)
|
|||||||
Internal ("OOPS - Label for address %04X disappeard!", Addr);
|
Internal ("OOPS - Label for address %04X disappeard!", Addr);
|
||||||
}
|
}
|
||||||
Indent (MIndent);
|
Indent (MIndent);
|
||||||
Output (".word");
|
Output (".addr");
|
||||||
Indent (AIndent);
|
Indent (AIndent);
|
||||||
Output ("%s", Label);
|
Output ("%s", Label);
|
||||||
LineComment (PC, 2);
|
LineComment (PC, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user