Added assembler instructions

This commit is contained in:
Eduard Urbach 2023-10-21 13:41:47 +02:00
parent 61af142930
commit 4967719902
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
10 changed files with 438 additions and 21 deletions

View file

@ -5,8 +5,7 @@ const (
TypeExecutable = 2
ArchitectureAMD64 = 0x3E
HeaderSize = 64
CacheLineSize = 64
Align = CacheLineSize
Align = 16
)
// Header contains general information.