Last modified by John Stroy on 2018/10/19 11:40

From version Icon 18.2 Icon
edited by John Stroy
on 2012/05/27 10:15
Change comment: There is no comment for this version
To version Icon 19.1 Icon
edited by John Stroy
on 2012/11/25 06:01
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  HSP compiles files into its own object code format, commonly called "packfiles." These files contain byte code that interpreted at runtime by the HSP runtime virtual machine. start.ax is the entry point for most HSP programs, including Elona.
16 16  
17 -[[HSPlet]] is an implementation of the HSP runtime environment in Java through a compiler and HSPlet runtime library. HSPlet compiles HSP's packfiles into one or more Java .class files.
17 +[[HSPlet]] is an implementation of the HSP runtime environment in Java through a compiler and HSPlet runtime library. HSPlet compiles [[HSP's bytecode>>ReferenceDocuments.hsp3code\.txt]] files into one or more Java .class files.
18 18  
19 19  = Rationale =
20 20  
... ... @@ -68,4 +68,3 @@
68 68  * Enhanced Elona port - extensibility hooks used to provide [[i18n]] support, [[graphics pack]] support, [[music pack]] support
69 69  * Enhanced Elona port - extensibility hooks used to reduce the amount of hardcoded data within the game
70 70  * Enhanced Elona port - extensibility hooks used to provide expandable storage
71 -