Imports of package asmgen

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmpPackage cmp provides types and functions related to comparing ordered values.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.