asmerr

package
v0.0.0-...-cf91f57 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadComputedAddressError

type BadComputedAddressError struct {
	Label    *lexer.Token
	Computed int64
	Signed   bool
}

func (*BadComputedAddressError) Error

func (b *BadComputedAddressError) Error() string

type DuplicateLabelError

type DuplicateLabelError struct {
	Label *lexer.Token
	Other *lexer.Token
}

func (*DuplicateLabelError) Error

func (d *DuplicateLabelError) Error() string

type InvalidArgumentCountError

type InvalidArgumentCountError struct {
	Opcode   arch.Opcode
	Expected int
	Got      int
}

func (*InvalidArgumentCountError) Error

func (i *InvalidArgumentCountError) Error() string

type InvalidImmediateError

type InvalidImmediateError struct {
	Token *lexer.Token
}

func (*InvalidImmediateError) Error

func (i *InvalidImmediateError) Error() string

type LabelNotFoundError

type LabelNotFoundError struct {
	Label *lexer.Token
}

func (*LabelNotFoundError) Error

func (l *LabelNotFoundError) Error() string

Jump to

Keyboard shortcuts

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