Fix ORG to be 4 hex digit

This commit is contained in:
Michaelangel007 2016-01-27 16:01:43 -08:00
parent 5c36f6b288
commit c36dc839d5

View File

@ -1092,11 +1092,11 @@ Here is what our render glyph code looks like so far:
TmpHi = $F6 ; High byte Working pointer to screen byte TmpHi = $F6 ; High byte Working pointer to screen byte
Font = $6000 Font = $6000
ORG $310 ORG $0310
DrawChar: DrawChar:
JMP _DrawChar1 JMP _DrawChar1
ORG $34C ORG $034C
_DrawChar1 _DrawChar1
LDX TmpHi LDX TmpHi
STX TopHi STX TopHi