apple2pi/pidrive/rom.s

39 lines
536 B
ArmAsm
Executable File

.DEFINE EQU =
.DEFINE DB .BYTE
.DEFINE DW .WORD
.DEFINE PAGE .ALIGN 256
.DEFINE ORG .ORG
.CODE
.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