Browse Source

* increased first_int_imreg for 6502 to the maximum possible

Nikolay Nikolov 1 year ago
parent
commit
7c90699f33
1 changed files with 1 additions and 1 deletions
  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 }
       { Integer Super registers first and last }
       first_int_supreg = RS_A;
       first_int_supreg = RS_A;
-      first_int_imreg = $20;
+      first_int_imreg = 256;
 
 
       { Float Super register first and last }
       { Float Super register first and last }
       first_fpu_supreg    = RS_INVALID;
       first_fpu_supreg    = RS_INVALID;