浏览代码

+ define addr_lo8 and addr_hi8 for the 6502 as well

Nikolay Nikolov 1 年之前
父节点
当前提交
e59321dc6e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/cgbase.pas

+ 4 - 0
compiler/cgbase.pas

@@ -135,6 +135,10 @@ interface
          ,addr_lo8
          ,addr_hi8
          {$ENDIF}
+         {$IFDEF MOS6502}
+         ,addr_lo8
+         ,addr_hi8
+         {$ENDIF}
          {$IFDEF i8086}
          ,addr_dgroup      // the data segment group
          ,addr_fardataseg  // the far data segment of the current pascal module (unit or program)