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 78 of file arch.h.


Field Documentation

const char* yasm_arch_machine::name

One-line description of the machine.

Definition at line 80 of file arch.h.

const char* yasm_arch_machine::keyword

Keyword used to select machine.

Definition at line 83 of file arch.h.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 6 01:23:37 2008 for libyasm by  doxygen 1.5.2