From 95c98b631e1eb648798f4d5ef468d2578c252cfe Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Thu, 4 Jun 2015 07:03:58 -0700 Subject: [PATCH] Converting pfont to ACME. --- Platform/Apple/virtual/src/font/pfontEngine.s | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Platform/Apple/virtual/src/font/pfontEngine.s b/Platform/Apple/virtual/src/font/pfontEngine.s index 31426d4a..bd1dbbd2 100644 --- a/Platform/Apple/virtual/src/font/pfontEngine.s +++ b/Platform/Apple/virtual/src/font/pfontEngine.s @@ -1,3 +1,4 @@ +;@com.wudsn.ide.asm.hardware=APPLE2 ;Title: Proportional Text HGR app ;Author: Andrew Hogan ;This is a collection of routines that prints proportional @@ -27,8 +28,16 @@ ;10/14 v.24 input a single char ;10/27 v.25 comments updated - MSB ON ;Directive to set hi bit of chars - ORG $4000 ;$4000..5FFF is HGR2 page of RAM +* = $6000 + +; Use hi-bit ASCII for Apple II +!convtab "../include/hiBitAscii.ct" + +; Global definitions +!source "../include/global.i" +!source "../include/debug.i" + +DEBUG = 0 ; 1=some logging, 2=lots of logging zTmp1 EQU $FC ;zero page Temporary variables zTmp2 EQU $FD