c64-livecoding/host/public.inc

9 lines
351 B
PHP

;;; -*- Mode: ASM; indent-tabs-mode: T; tab-width: 8 -*-
;;; This file includes common public definitions, such as the argument
;;; and parameter vector labels. This file is also parsed by the
;;; user-side compiler and used as its source of truth for which
;;; memory regions it should have user code use.
ARGVEC = $F0
VARVEC = $20 ; undecided