Cleanup alignment

This commit is contained in:
Michaelangel007 2016-01-27 10:22:20 -08:00
parent aaf3351955
commit a1140b966a

View File

@ -1,6 +1,6 @@
#Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial #Apple ]\[ //e HGR Font 6502 Assembly Language Tutorial
Revision: 47, Jan 27, 2016. Revision: 48, Jan 27, 2016.
# Table of Contents # Table of Contents
@ -1019,7 +1019,7 @@ Listing 4a:
;35F:E0 08 CPX #8 ;35F:E0 08 CPX #8
;361:D0 EF BNE _LoadFont ;361:D0 EF BNE _LoadFont
;363:60 RTS ;363:60 RTS
; === DrawChar end === ; ; === DrawChar end ===
; FUNC: IncCursorCol() ; FUNC: IncCursorCol()
ORG $0363 ; intentional extend _DrawChar by ORG $0363 ; intentional extend _DrawChar by
@ -1040,7 +1040,6 @@ Listing 4b:
0310:4C 4C 03 JMP _DrawChar1 ; NEW entry point 0310:4C 4C 03 JMP _DrawChar1 ; NEW entry point
``` ```
Listing 5: Listing 5:
```assembly ```assembly