# Packages
No description provided by the author
# Functions
No description provided by the author
Generate generates the Go PLAN9 assembly.
GenerateFile generates the Go PLAN9 assembly file.
GenerateGoStubs generates Go stubs for the functions.
No description provided by the author
No description provided by the author
ParseAssembly parses the assembly file and returns a list of functions.
ParseClangObjectDump parses the output of objdump file and returns a list of functions.
ParseGoObjectDump parses the output of objdump file and returns a list of functions.
# Structs
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
Line represents a line of assembly code.
Param represents a function parameter.
# Interfaces
No description provided by the author