home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-11-06 | 1.0 KB | 30 lines | [TEXT/MPS ] |
- =|
- Templates RE-92 [1/3]
- DBYT,DWRD,DLNG Decimal byte, word, long
- AWRD Decimal long
- HBYT,HWRD,HLNG Hex byte, word, long
- AWRD,ALNG Align to work, long
- FBYT,FWRD,FLNG Filler byte, word, long (with 0)
- Warning: doesn't work at the end of the TMPL
- RECT Rectangle - 4 DWRDs
- HEXD Hex dump of remaining bytes in resource
- Hnnn Displays $nnn bytes in hex format|
- Templates RE-92 [2/3]
- BOOL Boolean (two bytes).
- BBIT Binary bit (must be in groups of 8)
- CHAR Character
- PSTR,WSTR,LSTR String (with length byte, word, long)
- ESTR,OSTR PSTR padded to even, odd length
- POnn A $nn byte PSTR
- CSTR C String (characters followed by a null).
- ECST,OCST CSTR padded to even, odd length|
- Templates RE-92 [3/3]
- Cnnn A $nnn byte CSTR
- TNAM Type name (four characters like OSType)
- RECT 8-byte rectangle
- LSTB LSTE Start/End list (must be at end of resource)
- LSTZ LSTE Start/End zero terminated list (adds a 0 byte)
- ZCNT LSTC LSTE Zero counted (word) Start/End zero counted list
- OCNT LSTC LSTE One counted (word) Start/End one counted list|
- =|
-