package asm
import "cmd/asm/internal/asm"
Package asm implements the parser and instruction generator for the assembler. TODO: Split apart?
Index ¶
- Variables
- type Parser
- func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser
- func (p *Parser) Parse() (*obj.Prog, bool)
- type Patch
Variables ¶
EOF represents the end of input.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewParser ¶
func (*Parser) Parse ¶
type Patch ¶
type Patch struct {
// contains filtered or unexported fields
}
Source Files ¶
- Version
- v1.7.5
- Published
- Jan 26, 2017
- Platform
- darwin/amd64
- Imports
- 13 packages
- Last checked
- 1 second ago –
Tools for package owners.