home *** CD-ROM | disk | FTP | other *** search
- mult lda #$00
- sta $fa
- lda #$00 ;hy-byte und
- sta $fb ;low-byte
- lda #$28 ;von faktor 1
- sta $fc ;und faktor 2
- lda #$00
- sta $fd
-
- mu1 lda $fa
- sta $71
- lda $fb ;faktor 1 l- und h-byte
- sta $72
-
- lda #$00
- sta $60
- lda #$fc ;faktor 2 l- und h-byte
- sta $59
-
- ldy #$01
- jsr $b34c
- stx $0000 ;h-byte wird ueberschrieben
- sta $0000 ;durch l-byte
- rts
-