Up to Parent Directory

Index Last Updated: Thu Aug 16 0:32:11 2001

Parent Directory at Master Site: http://trenco2.gno.org/pub/apple2/gs.specific/gno
Current Directory at Master Site: http://trenco2.gno.org/pub/apple2/gs.specific/gno/programming
Current Directory: /pub/apple2/gs.specific/gno/programming

Most files are available by three methods. The file name link downloads files from the server you are currently on using the HTTP protocol. The HTTP and FTP links following the file name will retrieve the file from the master Trenco archive using the HTTP or FTP protocols, respectively.


ar.100.shk (44 k) Retrieve from Trenco by HTTP or by FTP.

ar Create and maintain library archives. Front-end for makelib(1). [version 1.0]

bison.119s.shk (212 k) Retrieve from Trenco by HTTP or by FTP.

bison A port of the FSF's yacc replacement. bison is part of the GNU project. yacc is a parser generator (also known as "compiler compiler"). [version 1.19?] Source only. No precompiled binary.

calls.100.shk (20 k) Retrieve from Trenco by HTTP or by FTP.

calls A call chart generator, to show the sequence and calling dependancies of functions within a program. It's more flexible than Orca shell version. Requires cpp. [version 1.0]

calls.200.shk (45 k) Retrieve from Trenco by HTTP or by FTP.

calls A call chart generator, to show the sequence and calling dependancies of functions within a program. It's more flexible than Orca shell version. Requires cpp. [version 2.0]

coff.110.shk (177 k) Retrieve from Trenco by HTTP or by FTP.

coff This is an OMF disassembler designed for OMF 1.0 and 2.0 files. Output is similar to the ORCA and APW utility 'dumpobj', although OMF and 65816 disassemblies are much cleaner and more readable. This archive contains only the documentation and precompiled binary. [version 1.1]

coff.110s.shk (212 k) Retrieve from Trenco by HTTP or by FTP.

coff This is an OMF disassembler designed for OMF 1.0 and 2.0 files. Output is similar to the ORCA and APW utility 'dumpobj', although OMF and 65816 disassemblies are much cleaner and more readable. This archive contains the documentation and source. [version 1.1]

cppDecus01b.shk (150 k) Retrieve from Trenco by HTTP or by FTP.

cpp The C Preprocessor. This is not invoked by ORCA/C but is rather provided as a stand-alone preprocessor. [version 0.1b]

dmake.ps.Z (52 k) Retrieve from Trenco by HTTP or by FTP.

This is the manual page for dmake version 1.0 (based on UNIX dmake v3.8 pl 1), converted into postscript by a2ps(1). It was converted with two pages per sheet, landscape mode.

dmake100.shk (227 k) Retrieve from Trenco by HTTP or by FTP.

dmake A Unix-style make utility for automated compilation. [version 1.0, based on UNIX dmake 3.8 pl 1]

dmake100src.shk (1 Meg) Retrieve from Trenco by HTTP or by FTP.

dmake A Unix-style make utility for automated compilation. This archive contains the complete sources. [version 1.0, based on UNIX dmake 3.8 pl 1]

documake.10.shk (50 k) Retrieve from Trenco by HTTP or by FTP.

This is another make utility. It predates both dmake and fmake, and is nothing like its UNIX counterparts. Limited functionality. [version 1.0] This is a symbolic link to fmake.100.shk

dsc.110.shk (25 k) Retrieve from Trenco by HTTP or by FTP.

dsc DOTW's (command line) Sprite Compiler. DSC takes a $C0 (Apple Preferred Format picture) file as input, and generates an ORCA/M compatible 65816 assembly source codes (in a text file) as output. [version 1.1]

file2c.100.shk (32 k) Retrieve from Trenco by HTTP or by FTP.

file2c Convert file to C source. [version 1.0]

fmake.100.shk (50 k) Retrieve from Trenco by HTTP or by FTP.

fmake fmake is a Unixish make utility. It only understands a small subset of make commands, though, barely enough to maintain small projects. Written originally by Felix Blank. The need for this utility vanished with the advent of dmake. [version 1.0]

infer.100.shk (58 k) Retrieve from Trenco by HTTP or by FTP.

infer An inference engine written in C [version 1.0]

javap.090b.shk (28 k) Retrieve from Trenco by HTTP or by FTP.

javap This program is intended to mirror the functionality of Sun Microsystems' JDK Java disassembler, javap. [version 0.9b]

lc.100.shk (55 k) Retrieve from Trenco by HTTP or by FTP.

lc Displays a count of code, comments and blanks in C source. [version 1.0]

listlib.100.shk (27 k) Retrieve from Trenco by HTTP or by FTP.

listlib Creates an object library listing of symbols, indexed by object file name. Requires Byteworks' makelib v2.0 (may work with other versions with only slight modifications). [version 1.0]

m2o.110.shk (20 k) Retrieve from Trenco by HTTP or by FTP.

m2o This program converts Merlin assembly source files to ORCA/M source files. [version 1.1] This is a symbolic link to ../file.convert/m2o.110.shk

makelib.apw.shk (36 k) Retrieve from Trenco by HTTP or by FTP.

This is the APW (Apple Programmers' Workshop) version of MakeLib, a utility for creating object library files.

mkdmake.111.shk (36 k) Retrieve from Trenco by HTTP or by FTP.

makedmake Calculates program dependencies and generates makefiles for dmake. This is a particularily brain-dead port that will likely be superceded. (By mkmf?) Suitable for simple dependancies. [version 1.1.1]

mkobj.100.shk (11 k) Retrieve from Trenco by HTTP or by FTP.

mkobj This program reads in a GS/OS file and places it into an OMF file which can be directly linked into a program. For example, mkobj can be used for adding pictures, compressed data, sounds, and other binary-like images into your programs. [version 1.0] This is a symbolic link to ../file.convert/mkobj.100.shk

mkobj.110.shk (11 k) Retrieve from Trenco by HTTP or by FTP.

mkobj This program reads in a GS/OS file and places it into an OMF file which can be directly linked into a program. For example, mkobj can be used for adding pictures, compressed data, sounds, and other binary-like images into your programs. [version 1.1] This is a symbolic link to ../file.convert/mkobj.110.shk

nl.100.shk (28 k) Retrieve from Trenco by HTTP or by FTP.

nl nl is a shell utility that gives shell access to Nifty List. Its main features are the shell's redirectable stdin and stdout, plus an optional internal filter to make the output closer to ORCA/M source. [version 1.0]

occ.113.shk (80 k) Retrieve from Trenco by HTTP or by FTP.

occ Unixish front-end for ORCA/C. Particularly useful in combination with dmake. Requires ORCA/C 2.0.3 (compiler version 2.0.2). [version 1.13]

occ.114.shk (75 k) Retrieve from Trenco by HTTP or by FTP.

occ Unixish front-end for ORCA/C. Particularly useful in combination with dmake. Requires ORCA/C 2.0.3 (compiler version 2.0.2). [version 1.14]

rlist.110.shk (18 k) Retrieve from Trenco by HTTP or by FTP.

rlist List resources in a GS or Macintosh resource fork [version 1.1]

sc.110.shk (19 k) Retrieve from Trenco by HTTP or by FTP.

sc This is a code generator that generates assembly source code intended for scrolling the SHR screen. [version 1.10]

scpp.110.shk (102 k) Retrieve from Trenco by HTTP or by FTP.

scpp A selective C preprocessor. It will only interpret directives that it is told to interpret. This makes scpp useful for making source files easier to read by removing unnecessary code (such as that for other architectures). [version 1.1]

segfault011.shk (22 k) Retrieve from Trenco by HTTP or by FTP.

This is the SegFaulter CDA. It detects certain types of memory corruption, but can make your GS less stable. [version 0.11]

splatprep10.shk (39 k) Retrieve from Trenco by HTTP or by FTP.

splatprep Prepare a C source file for the Splat! debugger. [version 1.0]

startup.mk (5 k) Retrieve from Trenco by HTTP or by FTP.

This is the startup.mk configuration file for dmake(1), somewhat updated.

trace.100.shk (6 k) Retrieve from Trenco by HTTP or by FTP.

trace Trace effectively adds in a DebugStr(3) call to the beginning of a program without the need to recompile and relink it. For use with GSBug. [version 1.0]

unifdef.100.shk (58 k) Retrieve from Trenco by HTTP or by FTP.

unifdef Remove ifdef'd lines. [version 1.0]

what.100.shk (42 k) Retrieve from Trenco by HTTP or by FTP.

what Show what versions of object modules were used to construct a file. [version 1.0]


Up to Parent Directory
Trenco Archive Home Page