Browse Source

+ build the z80 assembler reader units (not working yet)

git-svn-id: branches/z80@44778 -
nickysn 5 years ago
parent
commit
4ba42b5b5f
2 changed files with 614 additions and 615 deletions
  1. 3 3
      compiler/z80/cputarg.pas
  2. 611 612
      compiler/z80/raz80asm.pas

+ 3 - 3
compiler/z80/cputarg.pas

@@ -54,9 +54,9 @@ implementation
         Assembler Readers
         Assembler Readers
 **************************************}
 **************************************}
 
 
-  {$ifndef NoRaarmgas}
-//       ,raz80asm
-  {$endif NoRaarmgas}
+  {$ifndef NoRaZ80asm}
+      ,raz80asm
+  {$endif NoRaZ80asm}
 
 
 {**************************************
 {**************************************
              Debuginfo
              Debuginfo

File diff suppressed because it is too large
+ 611 - 612
compiler/z80/raz80asm.pas


Some files were not shown because too many files changed in this diff