All files are free to change to your own insight.


Files in this package:

README.TXT : this file
Pesim2.ASM : assembly source code for the program
PIC2SIM.ASM: assembly source code to merge intro-picture with program
PIPO.DAT   : intro-picure data
Macro.lib  : library, to be compiled with the assembly-files 

Microsoft (R) Macro Assembler 5.0 was used to generate .OBJ files from .ASM
Microsoft (R) Overlay Linker 3.64 was used to generate .EXE files from .OBJ

Follow guidelines below to generate the main program PES2SIM.EXE:

- Create Pesim2.EXE by compiling Pesim2.ASM
- Replace the value behind "file1    dw " in PIC2SIM.ASM by the filesize of Pesim2.EXE
- Create PIC2SYM.EXE by compiling PIC2SIM.ASM
- Run PIC2SYM.EXE
- A new version of PES2SIM.EXE is generated. The old version is deleted automatically.

Remarks:
- All programs run in Dosbox 0.74
- PIC2SYM.EXE, Pesim2.EXE and PIPO.DAT must be in the same folder
- Macro.lib must be in the same folder as Macro Assembler


