Added assembler instructions
This commit is contained in:
parent
bd73132a30
commit
315d2d075e
10 changed files with 438 additions and 21 deletions
|
@ -5,8 +5,7 @@ const (
|
|||
TypeExecutable = 2
|
||||
ArchitectureAMD64 = 0x3E
|
||||
HeaderSize = 64
|
||||
CacheLineSize = 64
|
||||
Align = CacheLineSize
|
||||
Align = 16
|
||||
)
|
||||
|
||||
// Header contains general information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue