Module csx64::asm

source · []
Expand description

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

Modules

Everything needed to handle expression trees.

Structs

The cause of a failure from assemble.

The cause of a failure from link.

An assembled CSX64 object file.

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

Functions

Attempts to assemble the asm source file into an ObjectFile.

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

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