home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ;---------------------------------------
- ;
- ; - I M P E R O I D V 5 -
- ;
- ; - by Hannes Sommer -
- ;
- ; - (c) Markt & Technik '94 -
- ;
- ;---------------------------------------
-
- shlo = $50
- shhi = $51
- elo = $fa
- ehi = $fb
- v = 53248
- be = $47f8
- bord = 703
-
- *= $8000
-
- jmp title
-
-
- cols .byte 0,0,0,0,0,0,0,0
- .byte 0,0,0,0,0,0,0,0
- .byte 0,9,8,10,15,7,1,1
- .byte 1,1,13,3,14,4,6,0
-
- .byte 0,0,0,0,0,0,0,0
- .byte 0,0,0,0,0,0,0,0
-
-
-
- ;------------ F L I - Logo -------------
-
-
- fli
-
- lda #56
- sta $d011
-
- inc fly1+1
- fly1 lda #0
- lsr a
- and #31
- tay
-
- ldx #0
- fli0 lda cols,y
- sta $50,x
- iny
- inx
- cpx #15
- bne fli0
- lda #0
- sta $5f
-
-
- lda #49
- fli1 cmp $d012
- bcs fli1
-
- ldx #3
- fli2 dex
- bne fli2
-
- lda #63
- ldx #8
- sta $d011
- stx $d018
- lda $5f
- sta $d020
- sta $d021
- lda #56
- ldx #24
- sta $d011
- stx $d018
- lda $5f
- sta $d020
- sta $d021
- lda #57
- ldx #40
- sta $d011
- stx $d018
- lda $5f
- sta $d020
- sta $d021
- lda #58
- ldx #56
- sta $d011
- stx $d018
- lda $5f
- sta $d020
- sta $d021
- lda #59
- ldx #72
- sta $d011
- stx $d018
- lda $50
- sta $d020
- sta $d021
- lda #60
- ldx