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:
parent
4106dfd526
commit
7165d4d77f
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ unsigned TextTable (void)
|
|||
if (Count > 0) {
|
||||
unsigned CBytes;
|
||||
Indent (MIndent);
|
||||
Output (".text");
|
||||
Output (".byte");
|
||||
Indent (AIndent);
|
||||
Output ("\"");
|
||||
for (I = 0; I < Count; ++I) {
|
||||
|
|
Loading…
Add table
Reference in a new issue