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. More...
 
const char * keyword
 Keyword used to select machine. More...
 

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

const char* yasm_arch_machine::keyword

Keyword used to select machine.

Definition at line 79 of file arch.h.

const char* yasm_arch_machine::name

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: