Jump to content

ST-Open: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Image:IDlogo.png|250px|right]]
[[Image:IDlogo.png|250px|right]]
An assembly language library written to be used in-line by not just other x 86 assembly language programs but also by other languages no matter if they are compiled like [[C]] or [[Modula-2]] or interpreted like [[REXX]]. The library includes an in-memory database engine
An assembly language library written to be used in-line by not just other x 86 assembly language programs but also by other languages no matter if they are compiled like [[C]] or [[Modula-2]] or interpreted like [[REXX]]. The library includes an in-memory database engine, encrypted program loader (called "memory manager" in the ST-Open documentation) and a number of other smaller functions and example programs.


You should take note of the on-line HTML documentation since the documentation that comes with the library is extremely sparse.
You should take note of the on-line HTML documentation since the documentation that comes with the library is extremely sparse.
Line 14: Line 14:
* [http://st-open.googlecode.com/hg/DOC/HTML-V800/st-open/indexe.htm HTML Documentation] - Contain info not in either the Wiki or the package. In both English and German
* [http://st-open.googlecode.com/hg/DOC/HTML-V800/st-open/indexe.htm HTML Documentation] - Contain info not in either the Wiki or the package. In both English and German
* [http://st-intelligentdesign.blogspot.co.uk/ Intelligent Design Blog] - Where the author discusses ST-Open issues.
* [http://st-intelligentdesign.blogspot.co.uk/ Intelligent Design Blog] - Where the author discusses ST-Open issues.
==License==
==License==
* Open Source released under the [[FT4FP]] license.
* Open Source released under the [[FT4FP]] license.
*Author: [[Bernhard Schornak]]


==Author==
[[Category:Assembly]][[Category:Software written in assembler]][[Category:Language independent tools]][[Category:Open Source Software]]
* [[Bernhard Schornak]]
 
[[Category:Tools]][[Category:Assembly]][[Category:MS Windows Tools]]

Latest revision as of 22:10, 13 July 2018

An assembly language library written to be used in-line by not just other x 86 assembly language programs but also by other languages no matter if they are compiled like C or Modula-2 or interpreted like REXX. The library includes an in-memory database engine, encrypted program loader (called "memory manager" in the ST-Open documentation) and a number of other smaller functions and example programs.

You should take note of the on-line HTML documentation since the documentation that comes with the library is extremely sparse.

Versions

  • Latest OS/2 version: V.7.0 (2010)
  • Latest Windows 64 bit version: V.9.0 (2013)
Note that the Windows 64 bit V.9 version is mostly a wrapper of the OS/2 version and has only limited if any new features.

Links

License