1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-16 02:10:52 +00:00

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:
cuz 2004-04-28 20:52:28 +00:00
parent fd80d1e7c9
commit 3ccd9f97c7

View File

@ -192,7 +192,7 @@ unsigned AddrTable (void)
Internal ("OOPS - Label for address %04X disappeard!", Addr);
}
Indent (MIndent);
Output (".word");
Output (".addr");
Indent (AIndent);
Output ("%s", Label);
LineComment (PC, 2);