libyasm
Data Fields

yasm_arch_machine Struct Reference

YASM machine subtype. More...

#include <arch.h>

Data Fields

const char * name
 One-line description of the machine.
const char * keyword
 Keyword used to select machine.

Detailed Description

YASM machine subtype.

A number of different machine types may be associated with a single architecture. These may be specific CPU's, but the ABI used to interface with the architecture should be the primary differentiator between machines. Some object formats (ELF) use the machine to determine parameters within the generated output.

Definition at line 74 of file arch.h.


Field Documentation

Keyword used to select machine.

Definition at line 79 of file arch.h.

One-line description of the machine.

Definition at line 76 of file arch.h.


The documentation for this struct was generated from the following file: