瀏覽代碼

* increased first_int_imreg for 6502 to the maximum possible

Nikolay Nikolov 1 年之前
父節點
當前提交
7c90699f33
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/mos6502/cpubase.pas

+ 1 - 1
compiler/mos6502/cpubase.pas

@@ -85,7 +85,7 @@ unit cpubase;
 
       { Integer Super registers first and last }
       first_int_supreg = RS_A;
-      first_int_imreg = $20;
+      first_int_imreg = 256;
 
       { Float Super register first and last }
       first_fpu_supreg    = RS_INVALID;