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

Struct DEFSYMBOL

asm/instructions.go:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608type DEFSYMBOL struct {
609 Name string
610 Value uint16
611}
612
613func (s DEFSYMBOL) Size() int {
614 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected