proxy.golang.org : cmd/asm
Asm, typically invoked as “go tool asm”, assembles the source file into an object file named for the basename of the argument source file with a .o suffix. The object file can then be combined with other objects into a package archive. Usage: The specified file must be a Go assembly file. The same assembler is used for all target operating systems and architectures. The GOOS and GOARCH environment variables set the desired target. Flags: Input language: The assembler uses mostly the same syntax for all architectures, the main variation having to do with addressing modes. Input is run through a simplified C preprocessor that implements #include, #define, #ifdef/endif, but not #if or ##. For more information, see https://golang.org/doc/asm.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/cmd/asm
License: BSD-3-Clause
Latest release: 14 days ago
Namespace: cmd
Docker dependents: 4,273
Docker downloads: 2,386,097,494
Last synced: 14 days ago