asm

package
v0.0.0-...-dbed997 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2017 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Overview

Package asm implements the parser and instruction generator for the assembler. TODO: Split apart?

Index

Constants

This section is empty.

Variables

View Source
var EOF = lex.Make(scanner.EOF, "EOF")

EOF represents the end of input.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func NewParser

func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser

func (*Parser) Parse

func (p *Parser) Parse() (*obj.Prog, bool)

type Patch

type Patch struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL