Register

Search found 606 matches

Return to advanced search

SimonLothar
Sun Dec 11, 2016 6:02 pm
 
Forum: Calculator Hacking/Modding Discussions
Topic: G1L Format
Replies: 7
Views: 20230

Re: G1L Format

This is the asm source of some experimental G1L file, which I just checked. It identifies itself in the SYSTEM/Language menu as "MyLanguage". It is just done from scratch and neither documented nor optmized. I'll try to post a better documented one as fast as possible. But it works on a fx...
SimonLothar
Sun Nov 27, 2016 9:08 am
 
Forum: Calculator Hacking/Modding Discussions
Topic: G1M Format - MCS - Lists and BCD
Replies: 2
Views: 9782

Re: G1M Format - MCS - Lists and BCD

If at least one cell of a "LIST n" contains a number with an imaginary part, the BCD-list of real numbers of this "LIST n" is followed by a BCD-list of imaginary numbers of the same count. It looks as if an imaginary number can be detected by the leftmost bit of the exponent. F. ...
SimonLothar
Sat Nov 05, 2016 7:03 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 285700

Re: Casio fx-9860G SD- How to read files in the sd card?

This is, what I found meanwhile: mode / predefined filename-pattern / heading / predefined F-keys 0 / *.* / "English" / none 1 / *.g3e / "eAct" / OPEN NEW DELETE SEARCH MEMO 2 / *.txt / "Text" / OPEN DELETE SEARCH DETAIL 3 / *.csv / "CSV" / OPEN DELETE SEARCH ...
SimonLothar
Thu Oct 20, 2016 10:01 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 285700

Re: Casio fx-9860G SD- How to read files in the sd card?

One new thing i wanted to check if you could explain if possible - you documented g3p loading system call and I tried to utilise it in getting background preview etc same way it works in memory app but i failed despite trying many ways to draw the array it uses back to vram... so I wonder if I misu...
SimonLothar
Thu Oct 20, 2016 8:10 am
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 285700

Re: Casio fx-9860G SD- How to read files in the sd card?

One thing could be useful. FONTCHARACTER pattern[ FILENAMESIZE ]; unsigned int key; Bfile_StrToName_ncpy( pattern, "\\\\fls0\\*.*", FILENAMESIZE ); key = Syscall_0C62( pattern, 0 ); It returns either 0x7532 (EXIT) or 0x7534 (EXE) into key. And it returns the complete path of the selected f...
SimonLothar
Mon Oct 03, 2016 3:34 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 285700

Re: Casio fx-9860G SD- How to read files in the sd card?

I think I have to abandon this job with syscalls 0x0C61..0x0C6A. There are so much global system variables involved.
The redirecting mechanism of the F-key return values is very tangled.
SimonLothar
Sun Oct 02, 2016 7:41 am
 
Forum: General
Topic: fx-9860G Edit 1.60 Crashes
Replies: 15
Views: 62316

Re: fx-9860G Edit 1.60 Crashes

toml_12953 wrote:ABOUT still shows 1.60...
I did not change the author's ABOUT-box. It still shows v1.6. I tried to change as few as possible. I stamped the version only into the addin's header. You can examine it with SYSTEM:F4:version.
SimonLothar
Sat Oct 01, 2016 2:22 pm
 
Forum: General
Topic: fx-9860G Edit 1.60 Crashes
Replies: 15
Views: 62316

Re: fx-9860G Edit 1.60 Crashes

Now I do own a 32 GB SD card. With it my fx-9860GII SD (SH-4; OS 2.09.0201) works as expected (Though very, very slow with the SD card).
I'm at a loss here.
SimonLothar
Sat Oct 01, 2016 5:10 am
 
Forum: General
Topic: fx-9860G Edit 1.60 Crashes
Replies: 15
Views: 62316

Re: fx-9860G Edit 1.60 Crashes

I do not own a 32 GB SD card (I'll buy one today). With a 2 and a 16 GB SD card my fx-9860GII SD (SH-4; OS 2.09.0201) works as expected (Though very slow with the SD card). Additionally I checked EDIT 1.62 on the following calculators: fx-9860GII SD (SH-3; 2.00.0200): with or without 2 GB SD card. f...
SimonLothar
Fri Sep 30, 2016 6:15 pm
 
Forum: General
Topic: Casio fx-9860G SD- How to read files in the sd card?
Replies: 90
Views: 285700

Re: Casio fx-9860G SD- How to read files in the sd card?

Seems to be more complex, but I'm still on it. Stay put.
PreviousNext

Return to advanced search