dos_compilers/Microsoft Pascal v2
2024-07-05 14:18:32 -07:00
..
C86.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
DJLDOS.ASM linux build fixes 2024-07-05 14:18:32 -07:00
DJLDOS.OBJ linux build fixes 2024-07-05 14:18:32 -07:00
E.PAS add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
ENTX6L.ASM add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
FINK add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
FINKXM add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
FINU add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
LIB.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
LINK.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
M86.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
m.bat add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
m.sh linux build fixes 2024-07-05 14:18:32 -07:00
PAS1.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
PAS2.EXE add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
PASCAL.LIB add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
PASCAL.MAP add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
PASKEY add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
PRIMES.PAS add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
README add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
SIEVE.PAS add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00
TTT.PAS add pascal v2 add manual for v3, updae e.pas with better formatting 2024-07-05 14:10:53 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

                            MEMO
To:     MS-DOS Users of MS-Pascal
From:   Microsoft OEM Support
Date:   January 5, 1982

Files on this distribution:
        README          This Memo
        PAS1.EXE        Pascal Compiler Pass 1
        PAS2.EXE        Pascal Compiler Pass 2
        LINK.EXE        Microsoft Linker for .OBJ files
        M86.EXE         Microsoft MACRO-86 assembler
        C86.EXE         Assembler cross-reference generator
        LIB.EXE         Microsoft library manager (note: same as
                        LIB86.EXE specified in User Manual)
        PASCAL.LIB      MS-Pascal runtime library
        PASKEY          MS-Pascal predeclarations
        FINU            Declarations of low level file system
                        routines (the Unit U interface)
        FINK            Declaration of the common fields of the
                        generic file control block type, FCBFQQ
        FINKXM          Declaration of the version specific file
                        control block
        ENTX6L.ASM      Assembler source of the execution control
                        module which initializes and terminates
                        every program
        PASCAL.MAP      Map of the MS-Pascal runtime library
        PRIMES.PAS      Prime number generator program