mirror of
https://github.com/a2-4am/4sports.git
synced 2025-01-25 21:32:42 +00:00
26 lines
466 B
Plaintext
26 lines
466 B
Plaintext
!cpu 6502
|
|
*=$2000
|
|
!to "build/LOADER.SYSTEM#FF2000",plain
|
|
|
|
!src "../common/src/constants.a"
|
|
!src "../common/src/macros.a"
|
|
|
|
+READ_ENTIRE_FILE parm_boot_open, parm_boot_read
|
|
jmp (entry)
|
|
|
|
parm_boot_open
|
|
!byte 3
|
|
!word filename
|
|
!word $2100
|
|
!byte 0
|
|
|
|
parm_boot_read
|
|
!byte 4
|
|
!byte 1
|
|
entry !word $8000
|
|
!word $FFFF
|
|
!word 0
|
|
|
|
filename
|
|
!text 9,"NINE.MENS"
|