mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-01-08 15:31:59 +00:00
11 lines
136 B
ArmAsm
11 lines
136 B
ArmAsm
|
|
.include "apple2.inc"
|
|
.include "more_apple2.inc"
|
|
|
|
.org $4000
|
|
|
|
jsr BELL
|
|
|
|
clc
|
|
rts
|