Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Asm ¶
func Asm(asm string)
Run the given assembly code. The code will be marked as having side effects, as it doesn't produce output and thus would normally be eliminated by the optimizer.
func ReadRegister ¶
ReadRegister returns the contents of the specified register. The register must be a processor register, reachable with the "mov" instruction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.