Vsys/Macintosh/lib/

Up to parent directory

Libraries

Alib.l A compiler library.

Block Object Files

Amistart.ab Startup code for Amiga executables.
Crt0.y Startup code for A compiler executables.
Deb.ab
Dis.ab


Debugger and disassembler subroutines for Ldo overlay.
IOst11.y
IOst13.y
IOst14.y
IOst15.y






Standard IO for cross builds using local Ldo with Atari, Amiga, Macintosh, and NeXT targets.
Link11.y
Link13.y
Link14.y
Link15.y






Linkers for cross builds using local Ldo with Atari, Amiga, Macintosh, and NeXT targets.

The standard IO file Iostd.y is used by some legacy scripts, such as ../ed/NEM.s for the editor, and ../minlib/NEWB.s for command line utilities. Its replacement, IOst.y, does not appear here, and is not called as /usr/lib/IOst.y by any of the scripts in this Macintosh directory tree. Rather, the practice was either to rebuild it from source before linking, or to include it in the source with the .REXT assembly pseudo-instruction, with cross system or special application variations.
Iostd.y Legacy standard IO.

Editor Commands and Macros

Com_amb.sa
Com_amiga.sa
Com_default.sa
Com_mac.sa
Com_macp.sa
Com_micro.sa
Com_next.sa
Com_old_amb.sa
Com_vt200.sa
Com_vt52.sa
Com_wyse75.sa
com_wyse99.sa

Terminal Descriptors

Crt_amb.sa
Crt_amiga.sa
Crt_mac.sa
Crt_macp.sa
Crt_micro.sa
Crt_next.sa
Crt_old_amb.sa
Crt_vt100.sa
Crt_vt200.sa
Crt_vt52.sa
Crt_wyse75.sa
Crt_wyse99.sa

Help

The help file below is text, except for ASCII null characters used by the help command to look up command names. See ../doc/y_help.txt for a pure text version.
y_help Macintosh Micro Shell help file.

Up to Vsys/