Skip to content

Target Definition

A target definition defines the memory layout and binary file format. It supports all the directives of assembler source files and a few additional directives.

Directives

.default_string_encoding

  .default_string_encoding name

.extension

  .extension "extension"

.output

  .output {
    body
}

.section

  .section {

}

.segment

  .segment {

}

.string_encoding