From c36dc839d50c72d59a7ac40b048cf02549b45fb0 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 27 Jan 2016 16:01:43 -0800 Subject: [PATCH] Fix ORG to be 4 hex digit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f83d587..a461a62 100644 --- a/README.md +++ b/README.md @@ -1092,11 +1092,11 @@ Here is what our render glyph code looks like so far: TmpHi = $F6 ; High byte Working pointer to screen byte Font = $6000 - ORG $310 + ORG $0310 DrawChar: JMP _DrawChar1 - ORG $34C + ORG $034C _DrawChar1 LDX TmpHi STX TopHi