fp64lib

Results 5 issues of fp64lib

This issue originally was raised for the MiniDexed. After booting the appropriate kernel image, access to the FAT32 file system does not work correctly for a small Micro SD card,...

The rounding functions (fp64_trunc, fp64_round, fp64_ceil, ...) do have some code that is quite similar. So, some space could be saved by extracting the common routines.

enhancement

To speed-up testing, I use several Micro SD-cards. One of them was a 128MB card - which is absolutely fine: even with 26 sound banks, the entire MiniDexed only takes...

bug

The RESTORE nnn statement does not always correctly position to the right line. Error can be recreated with the following test program TEST.BAS ``` 100 CLS:OSCLI("VERSION") 110 RESTORE 50000 120...

When I tried to move to bbcbasic24 due to memory issues, my program stopped at the first RESTORE nnn statement. The issue can be reproduced with the following test program...