home *** CD-ROM | disk | FTP | other *** search
-
-
- *=$c000
- ;
- ; **** externe spruenge ****
- ;
- effba =$ffba
- effbd =$ffbd
- effc0 =$ffc0
- effc3 =$ffc3
- effc9 =$ffc9
- effcc =$ffcc
- effd2 =$ffd2
- effe7 =$ffe7
- ;
- ; **** felder ****
- ;
- ;
- ; **** absolute adressen ****
- ;
- ;
- ; **** pointer ****
- ;
- ;
- ; **** programm ****
- ;
- ;
- jsr effe7
- lda #$04
- tax
- ldy #$00
- jsr effba
- lda #$00
- jsr effbd
- jsr effc0
- ldx #$04
- jsr effc9
- ldx #$00
- ic01a lda fc02d,x
- jsr effd2
- inx
- cpx #$16
- bne ic01a
- jsr effcc
- lda #$04
- jmp effc3
- ;
- fc02d .byte $49,$43,$48,$20;"ich
- .byte $47,$52,$55,$45;"grue
- .byte $53,$53,$45,$20;"sse
- .byte $44,$49,$45,$20;"die
- .byte $57,$45,$4c,$54;"welt
- .byte $21,$0d
-