Post Reply 
Trying to emulate some functions.
08-31-2019, 11:27 AM
Post: #1
Trying to emulate some functions.
Hello,

Since I've a DM41l, I see that are missing (as of course as HP 41) some functions like : IDIV, what it is INTGER DIVISION, and many others.

I've tryied to perform IDIV like this, I've other routines from PPC ROM especially Roger Hill or other as Dieter and so on, but I've writed this :

Code:



LBL "DIVENT"      // It is DIVisionENTière in french
STO/ Y
X<>Y
INT
STO- L
X<>y
STO*L
X<> L
X<>Y
END

May be you give me advertising, help or optimising.
Here it is work good, especially LASTx.

Good day for all.

Gérard.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Trying to emulate some functions. - ggauny@live.fr - 08-31-2019 11:27 AM



User(s) browsing this thread: 1 Guest(s)