CBMSTUFF FORUM
Software Developer's Kit (SDK) - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: SuperCard Pro (https://www.cbmstuff.com/forum/forumdisplay.php?fid=3)
+---- Forum: Developer Area (https://www.cbmstuff.com/forum/forumdisplay.php?fid=13)
+---- Thread: Software Developer's Kit (SDK) (/showthread.php?tid=93)

Pages: 1 2


RE: Software Developer's Kit (SDK) - admin - 05-19-2021

That would be great! There is already a ton of C code for parsing the .scp file format and driving the hardware. My interest really lies on conversion of flux to various disk formats. It's a real chore to do in VB6 because there is no ability to do actual bit manipulations (no shifts), instead you have to loop through multiplies or divides to replicate a bit shift.