Week 3: Reflection
What I have learned this week 1. Learning the example code: Place a Graphic on the screen 1-1. Code Learning define WIDTH 4 ; width of graph define HEIGHT 4 ; height of graph lda #$25 ; create a pointer at $10 sta $10 ; which points to where lda #$02 ...