apple2pi/pidrive/rom.s

39 lines
536 B
ArmAsm
Raw Normal View History

2014-08-02 02:51:04 +00:00
.DEFINE EQU =
2014-02-15 05:06:12 +00:00
.DEFINE DB .BYTE
.DEFINE DW .WORD
.DEFINE PAGE .ALIGN 256
.DEFINE ORG .ORG
2014-02-10 00:37:46 +00:00
.CODE
2014-08-02 02:51:04 +00:00
.SCOPE
ROMSLOT EQU 0
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 1
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 2
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 3
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 4
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 5
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 6
.INCLUDE "slotrom.s"
.ENDSCOPE
.SCOPE
ROMSLOT EQU 7
.INCLUDE "slotrom.s"
.ENDSCOPE