From 816bf713f29b51bd7d58a7efa64858f4e1edbbfa Mon Sep 17 00:00:00 2001 From: marcobaye Date: Thu, 27 Jun 2013 11:51:46 +0000 Subject: [PATCH] Fixed comments in library. git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@16 4df02467-bbd4-4a76-a152-e7ce94205b78 --- ACME_Lib/cbm/c64/float.a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ACME_Lib/cbm/c64/float.a b/ACME_Lib/cbm/c64/float.a index 59977fa..1077cfb 100644 --- a/ACME_Lib/cbm/c64/float.a +++ b/ACME_Lib/cbm/c64/float.a @@ -61,7 +61,7 @@ mflpt_2_pi = $e309 ; 2 * PI (also see $e2e5) ; functions - a few points to note: ; fac1/2 might get clobbered even if not mentioned in the function's name, -; because stuff like fac1_times_memYYAA will load the value from memory +; because stuff like fac1_times_memAY will load the value from memory ; into fac2 first. ; for subtraction and division, the left operand is in fac2, the right operand in fac1. fac1_print = $aabc ; print string representation of contents of fac1 @@ -93,7 +93,7 @@ fac1_compare_to_memAY = $bc5b fac1_to_signed32 = $bc9b fac1_int = $bccc ; INT() fac1_print_unsignedXA = $bdcd -fac1_to_string = $bddd ; string is stored at $0100 (address returned in YYAA) +fac1_to_string = $bddd ; string is stored at $0100 (address returned in AY) fac1_sqr = $bf71 ; SQR() fac1_fac2_to_the_power_of_memAY = $bf78 fac1_negate = $bfb4