| ../doc/AAmanual.e |
| Vmain.a | Main program. Initial comments summarize calling sequence options. | ||
| Vassm.a | Block assembler. | ||
| Ctable.a | |||
| Instr.a | |||
| Emul.a | Floating point emulation. | ||
| Finals.a | |||
| Backw.a | Disassembler. | ||
| Amacro.e | Storage and machine parameter includes. | ||
| Aobject.e | Included by Backw.a. |
| AA11.s | AAma.ttp executable for the Atari. | ||
| AA13c.s | AAma13c executable for the Amiga. | ||
| AA14c.s | AAma14c executable for the Macintosh. | ||
| AA15c.s | AAma15c executable for the NeXT. |
| hello.a hello.s |
Command line standard IO, basic pseudo's, subroutine and startup stack arguments, argument addresses, etc. | ||
| hello1.a hello1.s |
A version of hello.a that loads IOst.a and explicitly jumps to its entry code. | ||
| hello2.a hello2.s |
A version of hello.a whose executable is position independent when linked with IOst.a. | ||
| hello3.a hello3.s |
Another version of hello.a which is position independent in the same sense as hello2.a. | ||
| Argu.a Argu.s |
Display command line arguments, accessed by direct manipulation of the stack instead of through formal subroutine arguments as in hello.a. |
| asm_var.e | Assembler variables. | ||
| Notes.e | Miscellaneous. |