CPU
BinaryHeader Struct Reference

< 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
 

Detailed Description

< Describes special machine code file header that is responsible for assembler/cpu version compatibility

Member Data Documentation

◆ header

char BinaryHeader::header = 0x7f

◆ name

char BinaryHeader::name[18] = "SoftwareProcessor"

◆ type

char BinaryHeader::type[4] = "ELF"

◆ version

int BinaryHeader::version = 0

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