From d9673915a57af02267051f5cc3d71503609fa5fa Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Thu, 8 May 2025 21:17:09 +0200 Subject: [PATCH] Add public.inc That revert before? I was kidding, I concede nothing! I win! (i.e. we talked for a while and both decided that an argument vector was better after all) --- wip-duuqnd/public.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wip-duuqnd/public.inc diff --git a/wip-duuqnd/public.inc b/wip-duuqnd/public.inc new file mode 100644 index 0000000..44a13ec --- /dev/null +++ b/wip-duuqnd/public.inc @@ -0,0 +1,9 @@ +;;; -*- 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