LW Tool Chain
William Astle
LWTools Contributors
Copyright © 2009-2021 William Astle and LWTools contributors
Table of Contents
1.
Introduction
1.1.
History
2.
Output Formats
2.1.
Raw Binaries
2.2.
DECB Binaries
2.3.
ASCII Hexadecimal
2.4.
Motorola S-Record
2.5.
Intel Hex
2.6.
OS9 Modules
2.7.
Object Files
3.
LWASM
3.1.
Command Line Options
3.2.
Dialects
3.3.
Source Format
3.4.
Symbols
3.5.
Numbers and Expressions
3.6.
Assembler Directives
3.6.1.
Data Directives
3.6.2.
Address Definition
3.6.3.
Conditional Assembly
3.6.4.
OS9 Target Directives
3.6.5.
Miscelaneous Directives
3.7.
Macros
3.8.
Structures
3.9.
Object Files and Sections
3.10.
Assembler Modes and Pragmas
3.11.
Convenience Instructions
3.12.
Cycle Counts
4.
LWLINK
4.1.
Command Line Options
4.2.
Linker Operation
4.3.
Linking Scripts
4.4.
Format Specific Linking Notes
4.4.1.
OS9 Modules
5.
Libraries and LWAR
5.1.
Command Line Options
6.
Object Files
List of Tables
6-1.
Object File Term Types
6-2.
Object File Operator Numbers
Next
Introduction