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

Method String

asm/instructions.go:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (s SHR) String() string {
119 result := fmt.Sprintf("SHR R%d", s.Register)
120 return result
121}
122
123// JR
124// set instruction address register to value in register

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected