wudsn-ide/com.wudsn.ide.ref/ASM/Atari8/XASM/Rainbow.asx
2018-12-30 16:52:33 +01:00

14 lines
260 B
Plaintext

; WUDSN IDE example XASM source file
org $2000 ;Start of code block
start lda #0 ;Disable screen DMA
sta 559
loop lda $d40b ;Load VCOUNT
sta $d40a
sta $d01a ;Change background color
dummy2 jmp loop2
run start ;Define run address