ARM AOF Macro Assembler vsn 2.34d (ARM Toolkit v2.02) [Mar 12 1996]

Usage:      ARMASM [keyword arguments] sourcefile objectfile
            ARMASM [keyword arguments] -o objectfile sourcefile

Keywords    (Upper case shows allowable abbreviation)
-list       listingfile   Write a listing file (see manual for options)
-Depend     dependfile    Save 'make' source file dependencies
-Errors     errorsfile    Put stderr diagnostics to errorsfile
-I          dir[,dir]     Add dirs to source file search path
-PreDefine  directive     Pre-execute a SET{L,A,S} directive
-NOCache                  Source caching off    (default on)
-MaxCache   <n>           Maximum cache size    (default 8MB)
-NOEsc                    Ignore C-style (\c) escape sequences
-NOWarn                   Turn off Warning messages
-g                        Output ASD debugging tables
-APCS       <pcs>/<quals> Make pre-definitions to match the
                          chosen proc-call standard
-CheckReglist             Warn about out of order LDM/STM register lists
-Help                     Print this information
-LIttleend                Little-endian ARM
-BIgend                   Big-endian ARM
-VIA        <file>        Read further arguments from <file>
-ARCH       <target-arch> Set target arhitecture version
            one of:       3, 3M, 4, 4T
-CPU        <target-cpu>  Set the target ARM core type
            one of:       ARM6, ARM7, ARM7M, ARM8
