Ignore:
File:
1 edited

Legend:

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

    r30 r8  
    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 $2005.
     18This example will load values 01,42,A3,04,D5 into memory from $2000 to
     19$2005.
    1920
    2021
     
    6667         ldx #<MUSIC
    6768         ldy #>MUSIC
    68          jsr PLAYER+3
     69         jsr PLAYER+6
    6970         lda #$00
    7071         ldx #DEFSONG
    71          jsr PLAYER+3
     72         jsr PLAYER+6
    7273
    7374         in 1/50 intervals will be executed:
    7475
    75          jsr PLAYER+6
     76         jsr PLAYER+3
    7677
    7778TYPE M - player from ???????? (this player was used by composers like Adam
     
    134135The file is done now!
    135136If you didn't find that song in ASMA, feel free to send it to pg@pinknet.cz
    136 with all needed information (see ASMA.TXT for details). The song should be
    137 included in the nearest ASMA update.
     137with all needed information (see ASMA.TXT for detailed information). The song
     138should be included in the nearest ASMA update.
Note: See TracChangeset for help on using the changeset viewer.