Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ String
Method
String
asm/instructions.go:142–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
func
(j JR) String() string {
143
result := fmt.Sprintf(
"JR R%d"
, j.Register)
144
return
result
145
}
146
147
// NOT
148
// ----------------------
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected