From bb4adcc1e9420ed20fe8eeb96095ed2879a416e7 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Fri, 6 Jun 2003 03:29:37 +0000 Subject: [PATCH] Added more memory locations. --- .../compiler/AppleMemoryAddresses.properties | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/com/webcodepro/applecommander/compiler/AppleMemoryAddresses.properties b/src/com/webcodepro/applecommander/compiler/AppleMemoryAddresses.properties index 10f3c6e..90ba872 100644 --- a/src/com/webcodepro/applecommander/compiler/AppleMemoryAddresses.properties +++ b/src/com/webcodepro/applecommander/compiler/AppleMemoryAddresses.properties @@ -3,10 +3,15 @@ # Anything in $F800 - $FFFF should be general ROM addresses. # Zero page +CH=$24 +CV=$25 +INVFLG=$32 TEMP1=$93 TEMP2=$98 TEMP3=$8A FAC=$9D +FACMO=$A0 +FACLO=$A1 ARG=$A5 RND=$C9 BUF=$0200 ; input buffer $0200 - $02F0 @@ -15,6 +20,7 @@ BUF=$0200 ; input buffer $0200 - $02F0 INLIN=$D52C LINPRT=$ED19 ; Print 2 byte unsigned number in X,A PRNTFAC=$ED2E +STROUT=$DB3A # Applesoft HGR addresses HGR2=$F3D8 @@ -24,6 +30,7 @@ HPLOT=$F457 HLIN=$F53A DRAW=$F601 XDRAW=$F65D +SETHCOL=$F6F0 # Applesoft floating-point ROM addresses MOVFM=$EAF9 @@ -60,4 +67,5 @@ GETADR=$E752 ; Converts number in FAC to 2 byte unsigned int in LINNUM # $F800 ROM addresses TEXT=$FB2F -HOME=$FC58 \ No newline at end of file +HOME=$FC58 +LF=$FC66