ND-10076J: Difference between revisions
(added Other section, Patches subsection and a patch to make PASCAL-J:PROGR wirk under SINTRAN III version J) |
(→Labels: added an image of a floppy label) |
||
Line 76: | Line 76: | ||
=== Labels === | === Labels === | ||
<gallery mode="nolines"> | |||
File:ND-10076j Pascal for ND-100 48 bits.jpg | |||
</gallery> | |||
=== Images === | === Images === |
Revision as of 09:17, 11 April 2019
Pascal for ND-100.
Description
Compile and execute Pascal programs.
This article is a stub. You can improve NDWiki by expanding it. |
Prerequisites
The following are required in order to use this product.
Hardware
Software
Operating system: SINTRAN III VS
Documentation
PD- or PI-sheet
- Program Description ND-10076J (10076J.pdf)
Manuals
- Norsk Data Document ND–60.124.5 ND-PASCAL USER'S GUIDE
Installation
Files
To install the Nord Pascal system, the following files are needed
- PASCAL-COD The Pascal compiler in BRF format.
- PASCAL-LIB or PASCAL-2LIB The Pascal run-time library in BRF format. PASCAL-LIB is used with one-bank code, while PASCAL-2LIB is used with two-bank code.
- PASCAL-ERR The compile-time error messages in symbolic form.
Installation procedure
- Copy PASCAL-LIB to a system file named PASCAL-LIB:BRF. Copy PASCAL-2LIB to a system file named PASCAL-2LIB:BRF.
- Copy PASCAL-ERR to a system file named PASCAL-ERR:SYMB
- The Pascal compiler runs as a two-bank program. Be aware that a terminal running the compiler or two-bank Pascal programs must have 128K user segments.
To dump the PASCAL compileras a re-entrant subsystem, enter the following commands. The commands marked (o) are optional; when the compiler prints a source program, it will by default print 60 (decimal) lines per page. To change thius number, enter the
*DEFINE LINPP n
command (remember that 'n' must be octal). The
*DEFINE NOBUF 4
command will set the number of files being buffered to 4. This will give better performance when programs with $INCLUDE
commands are compiled.
SINTRAN version H:
@NRL *IMAGE-FILE 100 *SIZE 1500 *SET-LOAD-ADDRESS 24000 (o) *DEFINE LINPP n (o) *DEFINE NOBUF 4 *LOAD PASCAL-COD PASCAL-2LIB *VALUE PASCAL xxxxxx *VALUE CONTINU yyyyyy *DUMP "PASCAL:PROG" xxxxxx yyyyyy *EXIT @DITAP "PASCAL" PASCAL @DUMP-REENTRANT PASCAL,xxxxxx,yyyyyy,PASCAL
SINTRAN version I or later:
@NRL *IMAGE-FILE 100 *SIZE 1500 *SET-LOAD-ADDRESS 24000 (o) *DEFINE LINPP n (o) *DEFINE NOBUF 4 *LOAD PASCAL-COD PASCAL-2LIB *VALUE PASCAL xxxxxx *VALUE CONTINU yyyyyy *DUMP "PASCAL:PROG" xxxxxx yyyyyy *EXIT @DUMP-REENTRANT PASCAL,xxxxxx,yyyyyy,PASCAL
The installation is now complete, and the system can be used according to the user manual.
Date
Date of release, production, revision.
Date: 1984.02.07
Media
Labels
Images
Images (made with dd) of 5.25 inch floppies.
Errors
Files
Other
Patches
Patch to PASCAL-J:PROG to make it work under SINTRAN III version J:
NEW OLD 143060/SAA 0 170400 153262 MON 262 153262 124003 MON 0 153000 44005 LDA * 004 44004 146142 COPY SL DP 146142 146104
Date: 1987.09.21