mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-01-01 15:32:13 +00:00
10 lines
103 B
ArmAsm
10 lines
103 B
ArmAsm
|
|
.include "apple2.inc"
|
|
|
|
BELL := $FF3A
|
|
|
|
.org $4000
|
|
|
|
jsr BELL
|
|
rts
|