Added recompiled versions of ADC and SBC.

This commit is contained in:
SarahW 2019-02-06 21:07:45 +00:00
commit d4d6a26283
5 changed files with 823 additions and 97 deletions

View file

@ -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,