1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-16 07:55:00 +00:00
6502bench/Asm65
Andy McFadden fd6d8273a9 Add custom flag updaters for ROL/ROR
There are some useful interactions between C/N and maybe Z.  Added
a quick test to 1003-flags-and-branches.

Also, updated the 2008-address-changes tests.  Change b37d3dba
extended the nearby-target range of out-of-file symbols by one, so
one line that didn't get an operand label now does.
2018-10-09 13:15:41 -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
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 Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
OpName.cs Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
StatusFlags.cs
TriState16.cs