c64-livecoding/wip-hugo/routines/memory/mem.inc

13 lines
352 B
PHP

;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
;;In use of in memcpy and memset
A_start = $FAFB
B_start = $FCFD
B_end = $FEFF
;;In use of by pixel_draw
Y_pos = $FB
X_pos = $FCFD
byte_to_paint = $FE
btp_mem_pos = $F9FA; byte to paint memory position
C = $F7F8
B = $F5F6