Fixed several obvious omissions. Allow specifying a start address.
git-svn-id: svn://svn.cc65.org/cc65/trunk@570 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -154,7 +154,10 @@ unsigned AddrTable (void)
|
||||
/* Count how many bytes may be output. */
|
||||
unsigned Count = GetSpan (atAddrTab);
|
||||
|
||||
/* Need to handle Count == 1 here!!! ### */
|
||||
/* Handle Count == 1 ### */
|
||||
if (Count == 1) {
|
||||
ByteTable ();
|
||||
}
|
||||
|
||||
/* Make the given number even */
|
||||
Count &= ~1U;
|
||||
|
||||
Reference in New Issue
Block a user