CPU
|
< Describes special machine code file header that is responsible for assembler/cpu version compatibility More...
#include <cpu.h>
Public Attributes | |
char | header = 0x7f |
char | type [4] = "ELF" |
char | name [18] = "SoftwareProcessor" |
int | version = 0 |
< Describes special machine code file header that is responsible for assembler/cpu version compatibility
char BinaryHeader::header = 0x7f |
char BinaryHeader::name[18] = "SoftwareProcessor" |
char BinaryHeader::type[4] = "ELF" |
int BinaryHeader::version = 0 |