Skip to content

Re. note in DB.4th, "DEFINE UM* and UM/MOD" #1

@marktmiller

Description

@marktmiller

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions