Changes in trunk/asma/Docs/Sap.txt [8:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/asma/Docs/Sap.txt
r8 r30 16 16 C - Data (that will be loaded from StartAddr) 17 17 18 This example will load values 01,42,A3,04,D5 into memory from $2000 to 19 $2005. 18 This example will load values 01,42,A3,04,D5 into memory from $2000 to $2005. 20 19 21 20 … … 67 66 ldx #<MUSIC 68 67 ldy #>MUSIC 69 jsr PLAYER+ 668 jsr PLAYER+3 70 69 lda #$00 71 70 ldx #DEFSONG 72 jsr PLAYER+ 671 jsr PLAYER+3 73 72 74 73 in 1/50 intervals will be executed: 75 74 76 jsr PLAYER+ 375 jsr PLAYER+6 77 76 78 77 TYPE M - player from ???????? (this player was used by composers like Adam … … 135 134 The file is done now! 136 135 If 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 detail ed information). The song138 should beincluded in the nearest ASMA update.136 with all needed information (see ASMA.TXT for details). The song should be 137 included in the nearest ASMA update.
Note: See TracChangeset
for help on using the changeset viewer.