This shows you the differences between two versions of the page.
base:rasterbars_4_source [2022-03-15 19:10] – created erhan | base:rasterbars_4_source [2022-03-16 09:27] (current) – erhan | ||
---|---|---|---|
Line 18: | Line 18: | ||
ldx #$00 | ldx #$00 | ||
ldy #$01 | ldy #$01 | ||
- | nop ; | + | nop ; |
br1 nop | br1 nop | ||
cmp ($00,x) | cmp ($00,x) | ||
- | br2 lda #$00 ;NTSC : change this to lda $00,x | + | br2 lda #$00 ;NTSC : change this to lda $00,x |
cmp ($00,x) | cmp ($00,x) | ||
Line 40: | Line 40: | ||
bne br1 | bne br1 | ||
val1 lda # | val1 lda # | ||
- | sta $d021 ; | + | sta $d021 ; |
- | sta $d020 ; | + | sta $d020 ; |
val2 lda #$00 | val2 lda #$00 | ||
sta $d022,y | sta $d022,y |