MCPcopy Create free account
hub / github.com/djhworld/simple-computer / processLabel

Function processLabel

asm/parser.go:91–95  ·  view source on GitHub ↗
(line string)

Source from the content-addressed store, hash-verified

89}
90
91func processLabel(line string) DEFLABEL {
92 line = strings.Replace(line, ":", "", -1)
93
94 return DEFLABEL{line}
95}
96
97func stripEmptyGroups(input []string) []string {
98 result := []string{}

Callers 1

ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected