mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-29 10:50:28 +00:00
Fix display of Rockwell long op descrs
This commit is contained in:
parent
72d8498fe0
commit
7ebf976279
@ -750,13 +750,13 @@ namespace Asm65 {
|
||||
{ OpName.SMB7, SMB_DESC },
|
||||
};
|
||||
|
||||
private static string BBR_DESC =
|
||||
private const string BBR_DESC =
|
||||
"Branches to a relative address if the specified bit in memory is zero.";
|
||||
private static string BBS_DESC =
|
||||
private const string BBS_DESC =
|
||||
"Branches to a relative address if the specified bit in memory is one.";
|
||||
private static string RMB_DESC =
|
||||
private const string RMB_DESC =
|
||||
"Clears a bit in memory.";
|
||||
private static string SMB_DESC =
|
||||
private const string SMB_DESC =
|
||||
"Sets a bit in memory.";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user