home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1993 November / 64er_Magazin_93-11_1993_Markt__Technik_de_Side_A.d64 / print.src < prev    next >
Text File  |  2022-10-26  |  780b  |  54 lines

  1.  
  2.  
  3. *=$c000
  4. ;
  5. ; **** externe spruenge **** 
  6. ;
  7. effba   =$ffba
  8. effbd   =$ffbd
  9. effc0   =$ffc0
  10. effc3   =$ffc3
  11. effc9   =$ffc9
  12. effcc   =$ffcc
  13. effd2   =$ffd2
  14. effe7   =$ffe7
  15. ;
  16. ; **** felder **** 
  17. ;
  18. ;
  19. ; **** absolute adressen **** 
  20. ;
  21. ;
  22. ; **** pointer **** 
  23. ;
  24. ;
  25. ; **** programm **** 
  26. ;
  27. ;
  28.        jsr effe7
  29.        lda #$04
  30.        tax
  31.        ldy #$00
  32.        jsr effba
  33.        lda #$00
  34.        jsr effbd
  35.        jsr effc0
  36.        ldx #$04
  37.        jsr effc9
  38.        ldx #$00
  39. ic01a  lda fc02d,x
  40.        jsr effd2
  41.        inx
  42.        cpx #$16
  43.        bne ic01a
  44.        jsr effcc
  45.        lda #$04
  46.        jmp effc3
  47. ;
  48. fc02d  .byte $49,$43,$48,$20;"ich 
  49.        .byte $47,$52,$55,$45;"grue
  50.        .byte $53,$53,$45,$20;"sse 
  51.        .byte $44,$49,$45,$20;"die 
  52.        .byte $57,$45,$4c,$54;"welt
  53.        .byte $21,$0d
  54.