This commit is contained in:
neauoire 2021-02-10 12:06:43 -08:00
parent abee68f505
commit 770d65bd9f
1 changed files with 5 additions and 5 deletions

View File

@ -13,16 +13,16 @@ BRK
|c000 @FRAME
,i LDR ,01 ADD ,i STR ( incr i )
,i LDR ,04 ADD ,i STR ( incr i )
,i LDR ,x1 STR ( set x )
,changerow JSR ( update y )
,01 ,02 ,x0 LDR^ ,y0 LDR^ ,putpixel JSR
BRK
@onrow
,y1 LDR ,01 ADD ,y1 STR
@changerow
,i LDR ,00 NEQ RTS?
,y1 LDR ,04 ADD ,y1 STR
RTS
@putpixel