Added dword tables, char comments etc.
git-svn-id: svn://svn.cc65.org/cc65/trunk@340 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -51,8 +51,9 @@ enum attr_t {
|
||||
atIllegal = 0x02,
|
||||
atByteTab = 0x03, /* Same as illegal */
|
||||
atWordTab = 0x04,
|
||||
atAddrTab = 0x05,
|
||||
atRtsTab = 0x06,
|
||||
atDWordTab = 0x05,
|
||||
atAddrTab = 0x06,
|
||||
atRtsTab = 0x07,
|
||||
|
||||
atStyleMask = 0x0F /* Output style */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user