package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
ArchFamily is the architecture family (AMD64, ARM, ...).
No description provided by the author
No description provided by the author
BigEndian reports whether the architecture is big-endian.
DefaultPhysPageSize is the default physical page size.
No description provided by the author
No description provided by the author
Int64Align is the required alignment for a 64-bit integer (4 on 32-bit systems, 8 on 64-bit).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MinFrameSize is the size of the system-reserved words at the bottom of a frame (just above the architectural stack pointer).
No description provided by the author
No description provided by the author
PCQuantum is the minimal unit for a program counter (1 on x86, 4 on most other systems).
No description provided by the author
PtrSize is the size of a pointer in bytes - unsafe.Sizeof(uintptr(0)) but as an ideal constant.
No description provided by the author
No description provided by the author
StackAlign is the required alignment of the SP register.
No description provided by the author

# Type aliases

No description provided by the author