c64-livecoding/wip-hugo/routines/memory/mem.inc
2025-03-31 00:10:51 +02:00

13 lines
350 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 = $7071
B =$7273