diff options
Diffstat (limited to 'sram.asm')
-rwxr-xr-x | sram.asm | 32 |
1 files changed, 17 insertions, 15 deletions
@@ -9002,7 +9002,7 @@ s1_ad6b:: ds 1 ; 1:ad6b SECTION "Active Box", SRAM, BANK[1] ; 1:ad6c - box sBox +sBox:: box sBox ; 1:b1bc s1_b1bc:: ds 1 ; 1:b1bc @@ -12659,19 +12659,21 @@ s1_bffe:: ds 1 ; 1:bffe s1_bfff:: ds 1 ; 1:bfff SECTION "SRAM2", SRAM, BANK[$2] - box sBox1 - box sBox2 - box sBox3 - box sBox4 - box sBox5 - box sBox6 - box sBox7 + +sBox1:: box sBox1 +sBox2:: box sBox2 +sBox3:: box sBox3 +sBox4:: box sBox4 +sBox5:: box sBox5 +sBox6:: box sBox6 +sBox7:: box sBox7 SECTION "SRAM3", SRAM, BANK[$3] - box sBox8 - box sBox9 - box sBox10 - box sBox11 - box sBox12 - box sBox13 - box sBox14 + +sBox8:: box sBox8 +sBox9:: box sBox9 +sBox10:: box sBox10 +sBox11:: box sBox11 +sBox12:: box sBox12 +sBox13:: box sBox13 +sBox14:: box sBox14 |