Vsys/Macintosh/DBG/
Up to parent directory
Manuals
Source
Standard IO for the loader and disassembler, Ldo and
Das, are included by the assembler .REXT directive in
Ldo.a, and Das.a, for the system specified by
k=# on the AAma command line. See the two source
files for the meaning of negative options, k=-#.
In debugging mode, the loader overlays debugging and disassembly
functions by reading in two object files, Deb.ab and
Dis.ab, assembled from Deb.a and Dis.a.
For the Minimum this code may be in ROM instead. A few IO functions from
IOst.a are assembled into Deb.ab by a .REXT
directive in Deb.a.
Source for disassembling Apple IIGS W65816 code is not included in this
distribution.
| | | |
Ldo.a |
|
|
Block object file loader, executor, symbolic debugger. |
Das.a |
|
|
Disassembler for M68000/68020/68881 or Apple IIGS W65816 code. |
Deb.a
Dis.a |
|
|
Debugger and disassembler subroutines used by Ldo.
Dis.a is also loaded by Das.a. |
Command Files
Shell syntax and command names in the following scripts are Macintosh
specific. A c suffix indicates a cross build using
Ldo.
| | | |
Ldo14.s |
|
|
Ldo14 executable and Deb14.ab, Dis14.ab
object file overlays
for Macintosh. |
Ldo14c.s |
|
|
Ldo14c, Deb14.ab, and Dis14.ab for
Macintosh. |
Ldo15c.s |
|
|
Ldo15c, Deb15.ab, and Dis15.ab for
NeXT. |
Das14.s |
|
|
Das14 executable for Macintosh. |
Das14c.s |
|
|
Das14c for Macintosh. |
Das15c.s |
|
|
Das15c for NeXT. |
Legacy Command Files
The following scripts are included for reference only. They do not run
on all systems without shell syntax and command name adjustment, and
the path /usr/AMIGA/ used in NAM.s does not occur in
any of the system branches in this distribution.
| | | |
NL.s |
|
|
Ldo for NeXT. |
NE.s |
|
|
Deb.ab for specified system. |
ND.s |
|
|
Dis.ab for specified system. |
NAM.s |
|
|
Ldo.y, Deb.ab, and Dis.ab for Amiga. |
Sample Debugger Screen
Das Example
| | | |
Schipmem.e |
|
|
Patches to change the limit on the size of the NeXT Schoonschip RAM
workspace. |
Up to Vsys/