mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-17 12:29:48 +00:00
13 lines
624 B
Plaintext
13 lines
624 B
Plaintext
xasm 3.1.0
|
|
Source: C:\Users\D025328\Documents\Eclipse\workspace.jac\com.wudsn.ide.ref\ASM\Atari8\XASM\Rainbow.asx
|
|
1 ; WUDSN IDE example XASM source file
|
|
2
|
|
3 FFFF> 2000-2010> org $2000 ;Start of code block
|
|
4
|
|
5 2000 A9 00 start lda #0 ;Disable screen DMA
|
|
6 2002 8D 2F 02 sta 559
|
|
7
|
|
8 2005 AD 0B D4 loop lda $d40b ;Load VCOUNT
|
|
9 2008 8D 0A D4 sta $d40a
|
|
10 200B 8D 1A D0 sta $d01a ;Change background color
|