Przeglądaj źródła

* increased first_int_imreg for 6502 to the maximum possible

Nikolay Nikolov 1 rok temu
rodzic
commit
7c90699f33
1 zmienionych plików z 1 dodań i 1 usunięć
  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;