Vsys/Atari/ed/
Up to parent directory
Documentation
Source
| | | |
Edit.a
Emanag.a |
|
|
Both files conditionally load terminal descriptor
and editor
command *.e includes from the section below. |
Emacro.e |
|
|
Included by both of the above. |
../edp/Cpack.a |
|
|
Small header code included by Edit.a |
IoctlAm.a |
|
|
Extra code for Amiga console windows, conditionally included by
Edit.a. |
Terminal Descriptors and Editor Commands
License statements have not been inserted into the files in this section
so as not to disrupt the semiautomatic process by which the
*.doc files are produced from the *.e files. The
*.e files are includes, and the intent is that they share the
license of the *.a files that include them.
Conditional includes for Edit.a and Emanag.a.
Documentation created from *.e files, and the editor macros
used to create them. The web versions of the *.doc files
actually have an extra .txt extension to trick browsers into
treating them as text. The .txt extensions should be removed
if they are downloaded directly from the browser.
Command Files
The ved11.ttp and Ved#c executables produced by the
following scripts for the indicated systems are expected to be renamed
as Ved.ttp or V.ttp.
| | | |
Ved11.s |
|
|
Build ved11.ttp executable for Atari. |
Ved13c.s |
|
|
Cross build Ved13c executable for Amiga. |
Ved14c.s |
|
|
Cross build Ved14c executable for Macintosh. |
Ved15c.s |
|
|
Cross build Ved15c executable for NeXT. |
Legacy Command Files
The following scripts are included for reference only.
| | | |
NV.s |
|
|
Make V_n executable for NeXT. |
NE.s |
|
|
Make Ved.y for specified system, not linked with standard
IO. |
Up to Vsys/