- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ParseSymABIs (0.15 sec)
-
src/cmd/asm/internal/asm/parse.go
} if p.errorCount > 0 { return nil, false } p.patch() return p.firstProg, true } // ParseSymABIs parses p's assembly code to find text symbol // definitions and references and writes a symabis file to w. func (p *Parser) ParseSymABIs(w io.Writer) bool { operands := make([][]lex.Token, 0, 3) for { word, _, operands1, ok := p.line(operands) if !ok { break }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 36.9K bytes - Viewed (0)