errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/mmcloughlin/avo/attr | Package attr provides attributes for text and data sections. |
github.com/mmcloughlin/avo/gotypes | Package gotypes provides helpers for interacting with Go types within avo functions. |
github.com/mmcloughlin/avo/ir | Package ir provides the intermediate representation of avo programs. |
github.com/mmcloughlin/avo/operand | Package operand provides types for instruction operands. |
github.com/mmcloughlin/avo/printer | Package printer implements printing of avo files in various formats. |
github.com/mmcloughlin/avo/reg | Package reg provides types for physical and virtual registers, and definitions of x86-64 register families. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |