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

Method String

asm/instructions.go:524–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522}
523
524func (j JMPF) String() string {
525 flags := strings.Join(j.Flags, "")
526 result := fmt.Sprintf("JMP%s %s", flags, j.JumpLoc)
527 return result
528}
529
530func (j JMP) Size() int {
531 return 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected