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)
This commit is contained in:
parent
8a45d4fca1
commit
d9673915a5
1 changed files with 9 additions and 0 deletions
9
wip-duuqnd/public.inc
Normal file
9
wip-duuqnd/public.inc
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue