1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 21:33:30 +00:00

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