Changes for page Developer Resources

Last modified by John Stroy on 2012/06/24 09:48

From version Icon 4.1 Icon
edited by John Stroy
on 2012/06/10 10:32
Change comment: There is no comment for this version
To version Icon 5.1
edited by John Stroy
on 2012/06/24 09:48
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -6,6 +6,6 @@
6 6  
7 7  The original OpenHSP project has a [[Subversion server>>http://dev.onionsoft.net/svn/openhsp/]] which contains lots of useful information, especially the HSP3 AX byte-code format [[specification>>http://dev.onionsoft.net/svn/openhsp/trunk/package/win32/hspsdk/hsp3code.txt]].
8 8  
9 -Similarly, the [[JVM Specification>>http://docs.oracle.com/javase/specs/jvms/se5.0/html/VMSpecTOC.doc.html]] is also extremely useful for this project's use of [[OW2 ASM>>http://asm.ow2.org/]].
9 +Similarly, the JVM Specification ([[5.0>>http://docs.oracle.com/javase/specs/jvms/se5.0/html/VMSpecTOC.doc.html]] and [[7.0>>http://docs.oracle.com/javase/specs/jvms/se7/html/index.html]]) is also extremely useful for this project's use of [[OW2 ASM>>http://asm.ow2.org/]].
10 10  
11 11  If you're interfacing to HSP (e.g. implementing the API and extensions), you may wish to examine the [[ReferenceDocuments>>http://elonadev.myxwiki.org/xwiki/bin/view/Main/SpaceIndex?space=ReferenceDocuments]] space, which contains the original text as well as translations for API reference documents.