mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-12-27 05:32:19 +00:00
Fix ASCII X spacing
This commit is contained in:
parent
01eeb54af7
commit
c282e55078
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
|||||||
#Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial
|
#Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial
|
||||||
|
|
||||||
Revision: 65, Jan 28, 2016.
|
Revision: 66, Jan 28, 2016.
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
@ -2733,10 +2733,10 @@ Hmm, that's not really an improvement -- we lost our symmetry. Let's review with
|
|||||||
```
|
```
|
||||||
XX..XX 1
|
XX..XX 1
|
||||||
XX..XX 2
|
XX..XX 2
|
||||||
XXXX 3
|
.XXXX. 3
|
||||||
XX 4
|
..XX.. 4
|
||||||
XXXX 5
|
.XXXX. 5
|
||||||
XX XX 6
|
XX..XX 6
|
||||||
XX..XX 7
|
XX..XX 7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user