mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-02-08 06:30:40 +00:00
11 lines
122 B
ArmAsm
11 lines
122 B
ArmAsm
|
|
.include "apple2.inc"
|
|
|
|
BELL := $FBE4
|
|
|
|
.org $4000
|
|
|
|
ldy #0
|
|
jsr BELL
|
|
rts
|