Use a macro instead of manually subtracting $36 from pic banks.

This commit is contained in:
yenatch
2015-03-03 17:19:27 -05:00
parent 59434fbe4d
commit 275780271e
5 changed files with 630 additions and 626 deletions

4
macros/pic.asm Normal file
View File

@@ -0,0 +1,4 @@
add_pic: MACRO
db BANK(\1) - $36
dw \1
ENDM