mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-14 17:27:42 +00:00
12 lines
89 B
ArmAsm
12 lines
89 B
ArmAsm
|
|
|
|
jump_noise:
|
|
|
|
lda SOUND_STATUS
|
|
bmi done_jump_noise
|
|
|
|
bit $C030
|
|
|
|
done_jump_noise:
|
|
rts
|