Lard Toolkit User Guide

la - Lard Assembler

Name

la - Assemble intermediate language program into binary program.

Synopsis

la [options] source

Description

la assembles an intermediate language program, as is produced by the compiler, into a binary object file, as required by the linker.

Options

-o file

Send output to the named file.

-syms

Preserve symbol table information in the output. This is required if debugging or profiling is enabled in the interpretter using li's -d or -p flags. It is not required for source-level debugging using ldb.

-help

Display usage information.