lc3_ensemble::asm

Module encoding

source
Expand description

Formatters which can read and write memory object files into disk.

The ObjFileFormat trait describes an implementation of reading/writing object files into disk. This module provides an implementation of the trait:

  • BinaryFormat: A binary representation of object file data
  • TextFormat: A text representation of object file data

Structs§

Traits§