1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-03 12:55:29 +00:00
6502bench/Asm65
Andy McFadden da91f86043 Get 64tass expressions working
We now insert parenthesis as needed.  This can cause problems in
some situations, so we always prefix parenthetical expressions with
"0+", which looks goofy and is unnecessary for immediate operands.
But it does generate working source code.

Renamed the "simple" expression mode to "common", as it's not
particularly simple but is what you'd expect most assemblers to do.
(OTOH, life has been full of surprises.)

(issue #16)
2018-10-24 14:57:09 -07:00
..
Properties
Address.cs
Asm65.csproj
CpuDef.cs Rough prototype of split-address table formatter 2018-10-06 09:16:31 -07:00
Formatter.cs Get 64tass expressions working 2018-10-24 14:57:09 -07:00
Helper.cs
Label.cs
Number.cs
OpDef.cs Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
OpDescription.cs
OpName.cs
StatusFlags.cs
TriState16.cs