From bc7c95bb7b3f51c688041a217d9e985edc45a0cc Mon Sep 17 00:00:00 2001 From: mgcaret Date: Sat, 4 Jan 2020 17:38:25 -0800 Subject: [PATCH] temporarily switch to secondary FM/MOD, ref #5 --- asm/forth-dictionary.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm/forth-dictionary.s b/asm/forth-dictionary.s index f8aeaaf..58fe10d 100644 --- a/asm/forth-dictionary.s +++ b/asm/forth-dictionary.s @@ -3300,7 +3300,7 @@ eword ; H: ( d n1 -- n2 n3 ) floored divide d by n1, giving quotient n3 and remainder n2 dword FMDIVMOD,"FM/MOD" - .if 1 ; primitive, using math lib FM/MOD code based on SM/REM + .if 0 ; primitive, using math lib FM/MOD code based on SM/REM jsr _3parm lda STACKBASE+0,x ora STACKBASE+2,x