Search found 88 matches: casio

Searched query: casio

by DiTBho
Sun Jan 03, 2021 11:24 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

Doubtless it could. Do you fancy the job? ;) maybe. I have zero experience with it, yesterday I downloaded the CASIO SDK , sort of gcc-C toolchain prepared by CASIO for their SH3/4 calculators. The SDK is nothing special, an the IDE is not very powerful (I prefer Geany + DDD), ...
by pythoncoder
Sun Jan 03, 2021 10:16 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

Doubtless it could. Do you fancy the job? ;)
by DiTBho
Sat Jan 02, 2021 12:31 pm
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

The inline assembler is specific to the Arm Thumb instruction set, as used in STM chips (Pyboard 1.x and Pyboard D). Unless the Casio uses an STM chip it won't work. of course, but I wonder.. isn't there an inline assembly engine for SuperHitachi? My CASIO fx9860g3 has SH4 CPU. Can't ...
by pythoncoder
Sat Jan 02, 2021 5:45 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

The inline assembler is specific to the Arm Thumb instruction set, as used in STM chips (Pyboard 1.x and Pyboard D). Unless the Casio uses an STM chip it won't work.
by DiTBho
Fri Jan 01, 2021 5:08 pm
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

has anyone already tried to figure out if the CASIO-uPython is able to inline assembly? ( see here )

something like

Code: Select all

@micropython.asm_??? SH???
def fun():
    movw(r0, 42)

print(fun())
by fos
Mon Oct 14, 2019 11:23 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

Another fan of HP calcs. My first was an HP-45 in the early 70s. It was operational until 1990. By then I had a 48SX and a GX. I still have and use them. These days I have a new version 35 and a 50G on my desk. Sometimes it is easier to pick up a calc then fiddle with the computer. I have the i41CX ...
by jimmo
Mon Oct 14, 2019 1:39 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

Roberthh wrote:
Tue Oct 08, 2019 10:05 am
and there is the HP42 re-build called DM42 from swiss micros.
Runs on a STM32L4.... just sayin' :)
by torwag
Thu Oct 10, 2019 5:37 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

How interesting that so many MicroPython-people are also HP and RPN fans ;) Decades of HP48GX user here, which unfortunately, does not work anymore. I got an HP49G recently from a colleague.... However, I don't use it nearly as frequently as before, as my smartphone runs an HP48GX emulator and the P...
by alidayvn
Wed Oct 09, 2019 9:39 am
Forum: General Discussion and Questions
Topic: How does Micropython avoid double precision issues?
Replies: 2
Views: 2227

How does Micropython avoid double precision issues?

... old IEEE754 floats. - How does Micropython avoid these kinds of double precision issues? - Is there an operation where a BCD system (used by TI/casio calculators) would return a different answer from Micropython?
by pythoncoder
Wed Oct 09, 2019 7:01 am
Forum: General Discussion and Questions
Topic: MicroPython on Casio fx-CG50 Questions?
Replies: 15
Views: 15100

Re: MicroPython on Casio fx-CG50 Questions?

+1 for HP and RPN. HP35s here. I started out with a (hugely expensive) HP35 c1973 and I seem to have come full circle ;)

Although mostly if I'm on my PC I fire up MicroPython...