The disassembler outputs .text instead of .byte
git-svn-id: svn://svn.cc65.org/cc65/trunk@2877 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -302,7 +302,7 @@ unsigned TextTable (void)
|
|||||||
if (Count > 0) {
|
if (Count > 0) {
|
||||||
unsigned CBytes;
|
unsigned CBytes;
|
||||||
Indent (MIndent);
|
Indent (MIndent);
|
||||||
Output (".text");
|
Output (".byte");
|
||||||
Indent (AIndent);
|
Indent (AIndent);
|
||||||
Output ("\"");
|
Output ("\"");
|
||||||
for (I = 0; I < Count; ++I) {
|
for (I = 0; I < Count; ++I) {
|
||||||
|
|||||||
Reference in New Issue
Block a user