1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-05 21:06:08 +00:00
6502bench/Asm65
Andy McFadden 9c3422623d External symbol I/O direction and address mask, part 1
Memory-mapped I/O locations can have different behavior when read
vs. written.  This is part 1 of a change to allow two different
symbols to represent the same address, based on I/O direction.

This also adds a set of address masks for systems like the Atari
2600 that map hardware addresses to multiple locations.

This change updates the data structures, .sym65 file reader,
project serialization, and DefSymbol editor.
2019-10-15 19:12:57 -07:00
..
Properties
Address.cs
Asm65.csproj
CharEncoding.cs
CpuDef.cs Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00
Formatter.cs Optionally treat BRKs as two-byte instructions 2019-10-09 14:55:56 -07:00
Helper.cs
Label.cs
Number.cs
OpDef.cs External symbol I/O direction and address mask, part 1 2019-10-15 19:12:57 -07:00
OpDescription.cs
OpName.cs
StatusFlags.cs
StringOpFormatter.cs
TriState16.cs