Browse Source

* dollar sign changed to dollar in the SDCC-SDASZ80 asm output

git-svn-id: branches/z80@45065 -
nickysn 5 years ago
parent
commit
084b4187f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/z80/agsdasz80.pas

+ 1 - 1
compiler/z80/agsdasz80.pas

@@ -884,7 +884,7 @@ unit agsdasz80;
             flags : [af_needar,af_smartlink_sections];
             flags : [af_needar,af_smartlink_sections];
             labelprefix : '.L';
             labelprefix : '.L';
             comment : '; ';
             comment : '; ';
-            dollarsign: 's';
+            dollarsign: '$';
           );
           );