SIBO C Software Development Kit: Difference between revisions
Appearance
Created page with "The PSION SIBO C SDK for the PSION series 3 handheld computers. Based on TopSpeed C it was basically the TopSpeed C toolkit with a few extra libraries and header files for de..." |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Based on TopSpeed C it was basically the TopSpeed C toolkit with a few extra libraries and header files for developing for the SIBO OS, the processor on the S3 is a 80186 superset NEC V30H. | Based on TopSpeed C it was basically the TopSpeed C toolkit with a few extra libraries and header files for developing for the SIBO OS, the processor on the S3 is a 80186 superset NEC V30H. | ||
Nothing was removed from the standard TopSpeed C package so in addition to allowing you to develop software for the PSION S3 you could develop for the PC as well. It came in two editions: ;SIBO C SDK Standard Edition:was a standard version of the Clarion TopSpeed C package with the S3 libs and header files | Nothing was removed from the standard TopSpeed C package so in addition to allowing you to develop software for the PSION S3 you could develop for the PC as well. It came in two editions: | ||
;SIBO C SDK Professional Edition:also included the [[TopSpeed TechKit]] which was the equivalent to a | ;SIBO C SDK Standard Edition:was a standard version of the Clarion TopSpeed C package with the S3 libs and header files | ||
;SIBO C SDK Professional Edition:also included the [[TopSpeed TechKit]] which was the equivalent to a [[TopSpeed C]] Extended Edition in that it contained a macro assembler and the sources to all PC and PSION libraries in addition to just the libraries. | |||
==Version== | ==Version== | ||
Line 11: | Line 12: | ||
==Manuals== | ==Manuals== | ||
*''General Programming Manual'' | *''General Programming Manual'' | ||
[[Category:C Development Environment]][[Category:Psion Tools]] |
Latest revision as of 00:35, 25 January 2020
The PSION SIBO C SDK for the PSION series 3 handheld computers.
Based on TopSpeed C it was basically the TopSpeed C toolkit with a few extra libraries and header files for developing for the SIBO OS, the processor on the S3 is a 80186 superset NEC V30H. Nothing was removed from the standard TopSpeed C package so in addition to allowing you to develop software for the PSION S3 you could develop for the PC as well. It came in two editions:
- SIBO C SDK Standard Edition
- was a standard version of the Clarion TopSpeed C package with the S3 libs and header files
- SIBO C SDK Professional Edition
- also included the TopSpeed TechKit which was the equivalent to a TopSpeed C Extended Edition in that it contained a macro assembler and the sources to all PC and PSION libraries in addition to just the libraries.
Version
- 2.0
- 2.30
Manuals
- General Programming Manual