Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/asma/Docs/Sap.txt

    r8 r30  
    1616C - Data (that will be loaded from StartAddr)
    1717
    18 This example will load values 01,42,A3,04,D5 into memory from $2000 to
    19 $2005.
     18This example will load values 01,42,A3,04,D5 into memory from $2000 to $2005.
    2019
    2120
     
    6766         ldx #<MUSIC
    6867         ldy #>MUSIC
    69          jsr PLAYER+6
     68         jsr PLAYER+3
    7069         lda #$00
    7170         ldx #DEFSONG
    72          jsr PLAYER+6
     71         jsr PLAYER+3
    7372
    7473         in 1/50 intervals will be executed:
    7574
    76          jsr PLAYER+3
     75         jsr PLAYER+6
    7776
    7877TYPE M - player from ???????? (this player was used by composers like Adam
     
    135134The file is done now!
    136135If you didn't find that song in ASMA, feel free to send it to pg@pinknet.cz
    137 with all needed information (see ASMA.TXT for detailed information). The song
    138 should be included in the nearest ASMA update.
     136with all needed information (see ASMA.TXT for details). The song should be
     137included in the nearest ASMA update.
Note: See TracChangeset for help on using the changeset viewer.