From c282e5507898cd2e7b2ac0a1645797433732ccce Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 28 Jan 2016 12:57:46 -0800 Subject: [PATCH] Fix ASCII X spacing --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 002289c..0e4e6d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial -Revision: 65, Jan 28, 2016. +Revision: 66, Jan 28, 2016. # 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 2 - XXXX 3 - XX 4 - XXXX 5 - XX XX 6 + .XXXX. 3 + ..XX.. 4 + .XXXX. 5 + XX..XX 6 XX..XX 7 ```