Imports of asm command

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
cmd/asm/internal/archPackage arch defines architecture-specific information and support functions.
cmd/asm/internal/asmPackage asm implements the parser and instruction generator for the assembler.
cmd/asm/internal/flagsPackage flags implements top-level flags and the usage message for the assembler.
cmd/asm/internal/lexPackage lex implements lexical analysis for the assembler.
cmd/internal/bioPackage bio implements common I/O abstractions used within the Go toolchain.
cmd/internal/obj
cmd/internal/objabi
cmd/internal/telemetry/counter
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.