-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
Not opening an issue, just a comment.
I got here through the Antic Atari 8-bit podcast "Are the Grandkids Listening?!". I've been working in APX Extended Fig-Forth for a while. I was looking through your code, and saw in DB.4th that you need implementations for UM* and UM/MOD. It just so happens I have implementations for both, but perhaps you've already been working on your own.
UM* is pretty simple (if I understand it correctly):
: UM* ( n1 n2 — d) M* DABS ;
I wrote up an implementation of SM/REM in Forth assembler. UM/MOD uses it. If you'd like, I can post the code for SM/REM and UM/MOD here in a comment.
Metadata
Metadata
Assignees
Labels
No labels