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

Struct JMP

asm/instructions.go:534–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534type JMP struct {
535 JumpLoc LABEL
536}
537
538func (j JMP) Emit(labelResolver LabelResolver, symbolResolver SymbolResolver) ([]uint16, error) {
539 resolvedAddress, err := labelResolver(j.JumpLoc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected