Browse Source

+ added tz80reader comment for lazarus autocompletion

git-svn-id: branches/z80@44782 -
nickysn 5 years ago
parent
commit
5a94c2adbe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/z80/raz80asm.pas

+ 3 - 0
compiler/z80/raz80asm.pas

@@ -58,6 +58,9 @@ Unit raz80asm;
         'defb','defw');
 
     type
+
+      { tz80reader }
+
       tz80reader = class(tasmreader)
         actasmtoken    : tasmtoken;
         //function is_asmopcode(const s: string):boolean;override;