Category : Files from Magazines
Archive   : OCT91.ZIP
Filename : 2N10010A

 
Output of file : 2N10010A contained in archive : OCT91.ZIP
/****************************************************************************/
/*
/* FLATLOAD.H -- Declarations for the FlatLoad linear executable loader
/*
/* Written by Walter Oney
/*
/****************************************************************************/

#ifndef FLATLOAD_H
#define FLATLOAD_H

/* Structure describing initial state of 32-bit program: */

typedef struct
{ /* 32-bit program state */
unsigned long eip; /* 16:32 address of main entry point */
unsigned short cs;
unsigned long esp; /* 16:32 initial stack address */
unsigned short ss;
} STATE32, FAR *LPSTATE32; /* 32-bit program state */

/* Function prototypes: */

extern BOOL FAR PASCAL FlatLoad(LPSTR lpFileName, LPSTATE32 lpState);
extern VOID FAR PASCAL FlatUnload(LPSTATE32 lpState);
extern long far _cdecl FlatCall(LPSTATE32 lpState, int nBytes, ...);
#endif


  3 Responses to “Category : Files from Magazines
Archive   : OCT91.ZIP
Filename : 2N10010A

  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/