mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-22 01:16:42 +00:00
Replace symbol used to indicate embedded instructions
We were using \u23e9, BLACK RIGHT-POINTING DOUBLE TRIANGLE, but neither Win7 SP1 nor Linux was able to display the glyph. It also gets all puffy in web browsers. We now use \u25bc, BLACK DOWN-POINTING TRIANGLE, which seems to work everywhere. It also feels more appropriate, because it appears next to the "containing" opcode, with the embedded instruction appearing on the following line.
This commit is contained in:
@@ -246,9 +246,9 @@ end up with this:</p>
|
||||
<pre>
|
||||
.ORG $1000
|
||||
JMP L1009
|
||||
JMP ⏩ L10ef
|
||||
BPL ⏩ L1053
|
||||
JMP ⏩ L1230
|
||||
JMP ▼ L10ef
|
||||
BPL ▼ L1053
|
||||
JMP ▼ L1230
|
||||
BMI L101b
|
||||
L1009 CLC
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user