; 192 scanlines of picture...
ldx #0
ldy #0
REPEAT 192 ; scanlines
inx
stx COLUBK
nop
nop
nop
dey
sty COLUBK
sta WSYNC
REPEND
I entered it (including the indentation) (Seems that the post doesn't want to keep the indentation that I gave it) and I tried everything including including processor 6502 and the include "marco.h" and include "vcs.h"
and the dasm goes through 3 passes, each time saying that there is 1 event that requires another assembler pass, with obscure reason to be documented later. Howerver at the end of the 3rd pass it claims a Fatal assembley error: Source is not resolvable.
What am I doing wrong?














