c64-livecoding/wip-hugo/routines/pixel/pixel.inc
2025-05-08 23:05:38 +02:00

9 lines
364 B
PHP

;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
;; public args
Y_pos = ARGVEC + 0
X_pos = ARGVEC + 1
;; Private args
byte_to_paint = $E8
btp_mem_pos = $E9 ; 16-bit value (uses EA), byte to paint memory position
C = $EB ; 16-bit value (uses EC)
B = $ED ; 16-bit value (uses EE)