mirror of
https://github.com/a2stuff/prodos-path.git
synced 2024-12-12 08:29: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
|