Subversion Repositories SvarDOS

Rev

Rev 2095 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2095 Rev 2112
Line 115... Line 115...
115
           ; relative to Language.strings[0]
115
           ; relative to Language.strings[0]
116
 
116
 
117
StringZ = array[?] of Char ; zero-terminated string
117
StringZ = array[?] of Char ; zero-terminated string
118
 
118
 
119
 
119
 
120
NOTE: All numeric values are stored in x86 (little endian) order.
120
NOTE 1: All numeric values are stored in x86 (little endian) order.
-
 
121
 
-
 
122
NOTE 2: A language with compressed strings is flagged with bit 0x8000 set in
-
 
123
        lang_id. The strings are then compressed with the MVCOMP algorithm,
-
 
124
        see https://mvcomp.sourceforge.io for more details about MVCOMP.
121
 
125
 
122
 
126
 
123
####################################################################### EOF ###
127
####################################################################### EOF ###