Module csx64::asm[][src]

Everything pertaining to the creation of CSX64 shared object files, object files, and executables.

Modules

expr

Everything needed to handle expression trees.

Structs

AsmError

The cause of a failure from assemble.

LinkError

The cause of a failure from link.

ObjectFile

An assembled CSX64 object file.

Predefines

The symbols to introduce to the assembler prior to parsing any source.

Functions

assemble

Attempts to assemble the asm source file into an ObjectFile.

link

Attempts to link one or more (named) ObjectFiles into an Executable.

stdlib

Gets a copy of the C-style standard library ObjectFiles for use in CSX64 asm programs.