blob: bc69d703d6d7868bb6a26ea1d0f1eb096b6d30e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
; DISCO DISCO
; submitted by Anonymous
start:
inx
txa
sta $200, y
sta $300, y
sta $400, y
sta $500, y
iny
tya
cmp 16
bne do
iny
jmp start
do:
iny
iny
iny
iny
jmp start
|