Wednesday, February 6, 2019

TESTGNB

Table of Contents ] [ List of Example Programs ] [ TESTGNB Disk Image ]

The TESTGNB example program comes from MT MicroSYSTEMS Atari Pascal Documentation  v0.0. This program reads a disk-based text file (D2:ERRORS.TXT) byte by byte and displays it on screen.

The file ERRORS.TXT must be copied from the Atari Pascal Language System disk #1 to the TESTGNB program disk before running.

The program was created and edited using AtariWriter80.
The program was compiled from the Atari Pascal Monitor Menu using the C)ompile option.

The program was linked from the Atari Pascal Monitor Menu using the L)ink option with the following:

LINKER V1.0
*D2:TESTGNB.ERL,PASLIB/S

The .ERL extension is optional, but the drive D2: is not.

The program was run from the Atari Pascal Monitor Menu using the R)un option with the following:
D2:TESTGNB.COM


No comments:

Post a Comment