1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-13 14:29:23 +00:00
6502bench/SourceGen/RuntimeData/Apple
Andy McFadden 2a41d70e04 Allow explicit widths in project/platform symbols, part 1
The ability to give explicit widths to local variables worked out
pretty well, so we're going to try adding the same thing to project
and platform symbols.

The first step is to allow widths to be specified in platform files,
and set with the project symbol editor.  The DefSymbol editor is
also used for local variables, so a bit of dancing is required.
For platform/project symbols the width is optional, and is totally
ignored for constants.  (For variables, constants are used for the
StackRel args, so the width is meaningful and required.)

We also now show the symbol's type (address or constant) and width
in the listing.  This gets really distracting when overused, so we
only show it when the width is explicitly set.  The default width
is 1, which most things will be, so users can make an aesthetic
choice there.  (The place where widths make very little sense is when
the symbol represents a code entry point, rather than a data item.)

The maximum width of a local variable is now 256, but it's not
allowed to overlap with other variables or run of the end of the
direct page.  The maximum width of a platform/project symbol is
65536, with bank-wrap behavior TBD.

The local variable table editor now refers to stack-relative
constants as such, rather than simply "constant", to make it clear
that it's not just defining an 8-bit constant.

Widths have been added to a handful of Apple II platform defs.
2019-10-01 16:00:08 -07:00
..
A3-IO.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00
A3-ROM.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00
Applesoft.sym65 Allow explicit widths in project/platform symbols, part 1 2019-10-01 16:00:08 -07:00
Cxxx-IO.sym65 Remove some test symbols from Cxxx-IO 2018-10-10 16:41:33 -07:00
DOS33.sym65 Minor tweaks 2019-09-26 13:00:14 -07:00
F8-ROM.sym65 Allow explicit widths in project/platform symbols, part 1 2019-10-01 16:00:08 -07:00
GSOS.cs Define interfaces for inline call handlers and BRK 2019-08-02 16:06:27 -07:00
GSOS.sym65 Initial file commit 2018-09-28 10:05:11 -07:00
IIgs-ROM.sym65 Initial file commit 2018-09-28 10:05:11 -07:00
IIgs-Toolbox.cs Define interfaces for inline call handlers and BRK 2019-08-02 16:06:27 -07:00
ProDOS8.cs Define interfaces for inline call handlers and BRK 2019-08-02 16:06:27 -07:00
ProDOS8.sym65 Initial file commit 2018-09-28 10:05:11 -07:00
SOS.cs Define interfaces for inline call handlers and BRK 2019-08-02 16:06:27 -07:00
SOS.sym65 More Apple /// details 2018-09-29 00:31:32 -04:00