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:
cuz 2004-01-22 21:15:51 +00:00
parent 4106dfd526
commit 7165d4d77f

View file

@ -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) {