c64-livecoding/wip-hugo/routines/pixel/pixel_test.s

9 lines
207 B
ArmAsm

;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
.scope pixel_test
.include "pixel.inc"
LDA #$40
STA X_pos
LDA #$40
STA Y_pos
jsr pixel_draw
.endscope