mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +00:00
20 lines
255 B
ArmAsm
20 lines
255 B
ArmAsm
|
; o/~ Burnintating the Peasants o/~
|
||
|
|
||
|
|
||
|
;************************
|
||
|
; Title
|
||
|
;************************
|
||
|
title:
|
||
|
lda #<(title_lzsa)
|
||
|
sta getsrc_smc+1
|
||
|
lda #>(title_lzsa)
|
||
|
sta getsrc_smc+2
|
||
|
|
||
|
lda #$40
|
||
|
|
||
|
jsr decompress_lzsa2_fast
|
||
|
|
||
|
jsr wait_until_keypress
|
||
|
|
||
|
rts
|