Added recompiled versions of ADC and SBC.
This commit is contained in:
parent
222071b742
commit
d4d6a26283
5 changed files with 823 additions and 97 deletions
|
|
@ -170,6 +170,7 @@ enum
|
|||
|
||||
IREG_temp0_B = IREG_temp0 + IREG_SIZE_B,
|
||||
IREG_temp1_B = IREG_temp1 + IREG_SIZE_B,
|
||||
IREG_temp2_B = IREG_temp2 + IREG_SIZE_B,
|
||||
|
||||
IREG_temp0_D = IREG_temp0d + IREG_SIZE_D,
|
||||
IREG_temp1_D = IREG_temp1d + IREG_SIZE_D,
|
||||
|
|
|
|||
Loading…
Reference in a new issue