libyasm
|
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... | |
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.
const char* yasm_arch_machine::keyword |
const char* yasm_arch_machine::name |