Search found 108 matches

by Joe Horn
Sat Mar 23, 2024 9:43 pm
Forum: DM32 BETA Bugs
Topic: DM32 Frozen while in PRGM
Replies: 3
Views: 139

Re: DM32 Frozen while in PRGM

Please let me know if there is a simple solution. Yes, the simple solution is to press FDISP. Unfortunately the FDISP key in PRGM mode doesn't SEEM to do anything, but it invisibly toggles flag 7, changing the fraction display mode, as can be seen when you exit PRGM mode. The display you captured i...
by Joe Horn
Mon Dec 11, 2023 2:19 am
Forum: DM32 BETA Bugs
Topic: Strange behavour of GTO in PRGM mode
Replies: 7
Views: 1160

Re: Strange behavour of GTO in PRGM mode

Is this behavior not identical to the way the HP 32SII works?
by Joe Horn
Thu Nov 02, 2023 5:52 am
Forum: DM32
Topic: DM32 Quick Reference Guide
Replies: 5
Views: 1953

Re: DM32 Quick Reference Guide

... I cannot directly download it (there is no download option on the right click menu) ... I am using Chrome on Windows 10. Both Chrome and Edge call the download option "Save link as". So click on the link to go to Swiss Micro's "Index of /dm32/fat/HELP" page, then right-click...
by Joe Horn
Sat Sep 23, 2023 11:01 pm
Forum: DM32 BETA Bugs
Topic: Error while entering long numbers
Replies: 4
Views: 2578

Re: Error while entering long numbers

So showing scroll arrows while data entry is a bug? No. The left and right arrow annunciators only refer to the keys below them when the down-arrow adjacent to them is also displayed. Notice that this down-arrow is not displayed during entry of long numbers or equations, just like on the HP 32SII.
by Joe Horn
Thu Aug 17, 2023 6:31 pm
Forum: Software Library
Topic: GCD - Greatest Common Divisor
Replies: 6
Views: 2061

Re: GCD - Greatest Common Divisor

Here's GCD for models w/o a built-in MOD function, e.g. 12C, 15C, 32SII: LBL 5 // b a ? ? ENTER // b b a ? ENTER // b b b a CLX // 0 b b a + // b b a a Rv // b a a b ÷ // a/b a b b LstX // b a/b a b X<>Y // a/b b a b INT // [a/b] b a b x // b*[a/b] a b b - // a mod b b b b X<>0? // if the remainder ...
by Joe Horn
Thu Aug 03, 2023 10:17 pm
Forum: DM32 BETA Problems / Issues
Topic: Move numbers to the right
Replies: 5
Views: 2462

Re: Move numbers to the right

No. The DM32 imitates the HP 32SII, 33s, and 35s in left-justifying all numeric results.
by Joe Horn
Wed Aug 02, 2023 7:13 pm
Forum: DM32 BETA Bugs
Topic: EQN Solve problem
Replies: 9
Views: 1958

Re: EQN Solve problem

why is there even a space on the keyboard at all? The only use I can think of is that you can use a line in the equation list to write a note or heading. Another use for the space key is to separate arguments in two-argument functions. Usually algebraic syntax uses a comma for that, e.g. %CHG(4,5) ...
by Joe Horn
Tue Jul 18, 2023 2:40 pm
Forum: DM32 BETA Bugs
Topic: Strange result of integral
Replies: 20
Views: 4612

Re: Strange result of integral

alert72 wrote:
Tue Jul 18, 2023 2:26 pm
RaulLion wrote:
Tue Jul 18, 2023 1:32 pm
alert72 wrote:
Tue Jul 18, 2023 11:08 am
Unfortunately it doesn't work for me. Got the wrong answer even in SCI 4 :cry:
Which f/w version are you using?
DMCP v3.50t25
DM32 v2.02
That version is obsolete. Upgrade to v2.03 here: https://technical.swissmicros.com/dm32/firmware/
by Joe Horn
Mon Jul 10, 2023 8:06 am
Forum: DM32 Documentation [current User Manual ver. 3.52b]
Topic: Section 15.6.2: X<>(i) missing
Replies: 2
Views: 2193

Section 15.6.2: X<>(i) missing

Section 15.6.2 ends with "the list of functions which can use (i) as an address." The X<>(i) function is missing from that list and should be added.
by Joe Horn
Mon Jul 10, 2023 12:13 am
Forum: DM32
Topic: Equations
Replies: 4
Views: 1868

Re: Equations

Unfortunately not. If I had used CLEAR, I had immediately recognized that it was my fault :) At least I think so. And I still did not need to reload a state file. What I did was to write a new one. I have just tested this again and it doesn't hurt. But what I saw is that I had 3 state files. After ...