diff --git a/SourceGen/DisplayList.cs b/SourceGen/DisplayList.cs index d92bb14..b14cd54 100644 --- a/SourceGen/DisplayList.cs +++ b/SourceGen/DisplayList.cs @@ -1093,7 +1093,8 @@ namespace SourceGen { // $00 is followed by actual code. (But be a little freaked out that your // code is running into a BRK.) //opcodeStr = opcodeStr + " \u00bb"; // RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK - opcodeStr = opcodeStr + " \u23e9"; // BLACK RIGHT-POINTING DOUBLE TRIANGLE + //opcodeStr = opcodeStr + " \u23e9"; // BLACK RIGHT-POINTING DOUBLE TRIANGLE + opcodeStr = opcodeStr + " \u25bc"; // BLACK DOWN-POINTING TRIANGLE } string formattedOperand = null; diff --git a/SourceGen/RuntimeData/Help/intro.html b/SourceGen/RuntimeData/Help/intro.html index 6f4f15b..a3d42b7 100644 --- a/SourceGen/RuntimeData/Help/intro.html +++ b/SourceGen/RuntimeData/Help/intro.html @@ -246,9 +246,9 @@ end up with this:
.ORG $1000 JMP L1009 - JMP ⏩ L10ef - BPL ⏩ L1053 - JMP ⏩ L1230 + JMP ▼ L10ef + BPL ▼ L1053 + JMP ▼ L1230 BMI L101b L1009 CLCdiff --git a/SourceGen/RuntimeData/Help/mainwin.html b/SourceGen/RuntimeData/Help/mainwin.html index 1aad0dc..65f5cf8 100644 --- a/SourceGen/RuntimeData/Help/mainwin.html +++ b/SourceGen/RuntimeData/Help/mainwin.html @@ -116,7 +116,7 @@ assembler directive. field. Double-click on this field to open the Edit Label dialog.