Documentation
¶
Overview ¶
Package asm provides assembly generators for the govm.
Index ¶
Constants ¶
View Source
const ( // No argument given ARG_NONE = iota // Register argument ARG_REGISTER // Address argument ARG_ADDRESS // Immediate argument ARG_IMMEDIATE )
Variables ¶
This section is empty.
Functions ¶
func ParseNumber ¶
ParseNumber converts a hex-, octal- or decimal number into a word.
func ParseString ¶
ParseString converts a string into a utf-16 encoded slice of words.
Types ¶
type PointerReference ¶
PointerReference represents a assembler reference to a point in memory.
func ParseCommand ¶
func ParseCommand(args []string, line int) ([]uint16, []PointerReference)
ParseCommand parses a specific command and returns a word representation and a slice of pointers.
Click to show internal directories.
Click to hide internal directories.