Skip to content

Commit

Permalink
revenu à la dernière version qui fonctionnait
Browse files Browse the repository at this point in the history
  • Loading branch information
ToF- committed Nov 23, 2024
1 parent 1789960 commit a6529f8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions 2024/11/22/mosaic.s
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@

lda #$00
lda #$00
sta $42
lda #$00
sta $1000
sta $1001
sta $1002
sta $1003
sta $22
lda #$20
lda #$10
sta $23

init:
lda #$00
ldy #$00
sta $2000,y
iny
bne init

out_loop:
ldy $fe
lda ($22),y
lda $fe
and #$03
clc
Expand Down

0 comments on commit a6529f8

Please sign in to comment.