Register

Search found 141 matches

Return to advanced search

gbl08ma
Fri Sep 13, 2013 8:22 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102807

Re: Eigenmath for the Prizm

Once the conditions I said are met (and that's the hard part), it shouldn't be much harder than it was porting it to the Prizm.
gbl08ma
Fri Sep 13, 2013 6:45 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102807

Re: Eigenmath for the Prizm

The add-in is currently over 325 KiB, which means that it would take a big part of the storage memory of a fx9860G - but this isn't much different from the port by diameter. I believe Eigenmath can be ported to the fx9860G as long as these conditions are met: - GCC is used in place of the Hitachi co...
gbl08ma
Fri Sep 13, 2013 5:00 pm
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102807

Re: Eigenmath for the Prizm

Thanks! I don't develop for the fx9860G, and it lacks the heap needed to do any meaningful calculations before going out of memory. The source code will be published on GitHub at a later stage, most likely before version 1.0. Beta 5 is out! New features: - Floats are displayed with a higher number o...
gbl08ma
Thu Sep 12, 2013 11:40 am
 
Forum: Released Projects
Topic: Eigenmath for the Prizm
Replies: 24
Views: 102807

Re: Eigenmath for the Prizm

From Beta 2 to 3 (I forgot to post about 3 here), the following things have changed: - Much, much faster console output - Ability to stop input execution by holding AC/on, like on the Casio system. - The "clear" command not only clears the variables but also the console output. And now Bet...
gbl08ma
Tue Sep 10, 2013 6:09 pm
 
Forum: Casio Prizm SDK
Topic: Transfer files programatically
Replies: 34
Views: 101099

Re: Transfer files programatically

And does 0x02CC get called at some point in the Link function? Now I am just wondering what's the meaning of the values at these addresses. I looked at these addresses on the emulator (OS 1.02) and they, as the region surrounding them, were completely blank (0x00). Then I looked at them on my Prizm ...
gbl08ma
Tue Sep 10, 2013 5:31 pm
 
Forum: Casio Prizm SDK
Topic: Transfer files programatically
Replies: 34
Views: 101099

Re: Transfer files programatically

Then it is a one-way call to change some variable. Are you sure it isn't changed back, by other call, at the end of the process?
gbl08ma
Tue Sep 10, 2013 12:19 pm
 
Forum: Casio Prizm SDK
Topic: Transfer files programatically
Replies: 34
Views: 101099

Re: Transfer files programatically

Based on our current knowledge, I would say that inside GetKey resides the task-switching core of the OS: - it's GetKey that's responsible for switching between the guest (add-in) and main process (main menu) - it's GetKey that is responsible for handling poweroff and startup (even though we can cal...
gbl08ma
Mon Sep 09, 2013 2:22 pm
 
Forum: Casio Prizm SDK
Topic: Transfer files programatically
Replies: 34
Views: 101099

Re: Transfer files programatically

To be honest, I do not know the whole extent of the effects of this call. The OS calls it before it enters the transmit routine. Are you sure the OS doesn't call it with any parameter, or heed for its return value? Did you check if it calls it only just at the start of the file transfer, or does it...
gbl08ma
Mon Sep 09, 2013 12:45 pm
 
Forum: Casio Prizm SDK
Topic: Transfer files programatically
Replies: 34
Views: 101099

Re: Transfer files programatically

"The member fname1 must be set to the filename, which should be used on the remote calculator" If I want the file to go to a specific directory in the remote calc, should I specify a full file name with fls0 and everything? Like this: strcpy( x.fname1, "\\\\fls0\\TestDir\\InFile.txt&q...
gbl08ma
Mon Sep 09, 2013 9:48 am
 
Forum: News & Announcements
Topic: Looking at new refreshed casio calculators
Replies: 10
Views: 54983

Re: Looking at new refreshed casio calculators

Probably it always shows the results in decimal form and without simplifications. For example, on "normal" calculators, 14/10 prints 7/5 (if you use the fraction button for the /) and sqrt(5)+sqrt(9) prints 3+sqrt(5). On that model, it probably prints as 1.4 and 5.236... as the simpler sci...
PreviousNext

Return to advanced search