Category : Assembly Language Source Code
Archive   : EMAC15ES.ZIP
Filename : MINTFORM.DEF

 
Output of file : MINTFORM.DEF contained in archive : EMAC15ES.ZIP
;The form data segment:
formSeg segment byte public

;only mintform knows what's in it.

formSeg ends


;The form data structure:
; fb_prim requires that form_length be the first entry.
form_struc struc
form_length dw ? ;* + [*] -> next *
name_length dw ? ;length in bytes of form name.
hash_link dw ? ;link to next item that hashes to this.
form_pointer dw ? ;number of bytes into the form so far.
data_length dw ? ;number of bytes of data.
form_struc ends

;note that (size form) + name_length + data_length do not necessarily add
; up to form_length. The data length might be less than the maximum available
; to a form.

name_offset equ (size form_struc)

free_space equ 200

NIL equ 0

sgap equ 80h



  3 Responses to “Category : Assembly Language Source Code
Archive   : EMAC15ES.ZIP
Filename : MINTFORM.DEF

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/