1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-05 06:04:36 +00:00
6502bench/Asm65
Andy McFadden 59b7ec0dea Recognize that LSR always clears the 'N' flag
The instruction shifts 0 into the high bit, so the result is never
negative.  Added a test case to 1003-flags-and-branches.
2020-04-23 17:23:12 -07:00
..
Properties
Address.cs
Asm65.csproj
CharEncoding.cs
CpuDef.cs
Formatter.cs Fix hex format string initialization 2020-02-11 16:38:51 -08:00
Helper.cs
Label.cs
Number.cs Add file slicer tool 2019-12-29 17:59:35 -08:00
OpDef.cs Recognize that LSR always clears the 'N' flag 2020-04-23 17:23:12 -07:00
OpDescription.cs
OpName.cs
StatusFlags.cs
StringOpFormatter.cs
TriState16.cs