Skip to content

Assembler.Assemble Method

Definition

Assembles the specified Source, resolving references, checking for errors and assigning memory locations to the opcodes.

public Source Assemble(Source source, Location? defaultLocation = null);

View source

Parameters

Name Type Description
source Source The Source to assemble.
defaultLocation Location? A default location to assemble code to if no Orgs are specified in the source.

Returns

Source

source