Documentation_rxas - adesutherland/CREXX GitHub Wiki
Overview
: Provide a brief overview of the assembler program, including its purpose, intended audience, and any relevant background information.
Program Structure
Describe the structure of the program, including the main components, how they interact, and any key algorithms or data structures used.
Input/Output
: Specify the format and structure of any input and output files used by the program, and provide examples of how to use them.
Command Line Arguments
: Explain any command line arguments or options that can be used to customize the behavior of the program.
Assembler Instructions
: Provide a detailed explanation of the assembler's instruction set, including any registers used, addressing modes, and other relevant details.
Examples
: Provide several examples of how to use the assembler program to create assembly code, assemble it, and link it into executable code.
Troubleshooting
: Include a section on troubleshooting common issues with the assembler program, along with tips for resolving them.
References
: Provide a list of references used in creating the documentation, such as manuals or online resources for the assembler program, and any other relevant sources.