From 71231e191717eb492693796f8ea60cdffb8168a2 Mon Sep 17 00:00:00 2001 From: rigreco Date: Fri, 27 Feb 2015 09:54:20 +0100 Subject: [PATCH] Change ORG to upper memory. --- AppleII/FP converter/Conv3p.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppleII/FP converter/Conv3p.asm b/AppleII/FP converter/Conv3p.asm index 2901823..dad39c1 100644 --- a/AppleII/FP converter/Conv3p.asm +++ b/AppleII/FP converter/Conv3p.asm @@ -2,9 +2,9 @@ ************************************ * BASIC TO FAC TO FP1 * * X=NUMBER * -* CALL 768,X * +* CALL 32768,X 768,X * ************************************ - org $300 + org $8000 CHKCOM equ $DEBE FRMNUM equ $DD67 @@ -81,7 +81,7 @@ CONT lda FAC+2 ************************************ * FP1 TO FAC TO BASIC * -* CALL 831,Y * +* CALL 32831,Y 831,Y * * PRINT Y * ************************************