Documentation ¶
Overview ¶
Package asm holds code shared among the assemblers.
Index ¶
Constants ¶
View Source
const ( MAXALIGN = 7 FPCHIP = 1 NSYMB = 500 BUFSIZ = 8192 HISTSZ = 20 EOF = -1 IGN = -2 NHASH = 503 NMACRO = 10 )
View Source
const ( CLAST = iota CMACARG CMACRO CPREPROC )
View Source
const (
NARG = 25
)
View Source
const (
VARMAC = 0x80
)
Variables ¶
View Source
var ( LSCONST int LCONST int LFCONST int LNAME int LVAR int LLAB int Thechar rune Thestring string Thelinkarch *obj.LinkArch Arches map[string]*obj.LinkArch Cclean func() Yyparse func() Syminit func(*Sym) Lexinit []Lextab )
Initialized by client.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.