Vsys/Atari/DBG/

Up to parent directory

Manuals

../doc/Ldo_Link_Man.e Linker and loader.
../doc/adbg.help Symbolic debugger.

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=-#.

The debugging mode of the loader does not work for Atari.

Source for disassembling Apple IIGS W65816 code is not included in this distribution.
Ldo.a Block object file loader and executor.
Das.a Disassembler for M68000/68020/68881.
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 Atari specific. A c suffix indicates a cross build using Ldo.ttp.
Ldo11.s Ldo.ttp executable and Deb11.ab, Dis11.ab object file overlays for Atari.
Ldo13c.s Ldo13c, Deb13.ab, and Dis13.ab for Amiga.
Ldo14c.s Ldo14c, Deb14.ab, and Dis14.ab for Macintosh.
Ldo15c.s Ldo15c, Deb15.ab, and Dis15.ab for NeXT.
Das11.s Das.ttp for Atari.
Das13c.s Das13c for Amiga.
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. The Link step assumes the NeXT linker.
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

dscreen.e

Das Example

Schipmem.e Patches to change the limit on the size of the NeXT Schoonschip RAM workspace.

Up to Vsys/