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