Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djhworld/simple-computer
/ String
Method
String
asm/instructions.go:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(s SHL) String() string {
96
result := fmt.Sprintf(
"SHL R%d"
, s.Register)
97
return
result
98
}
99
100
// SHR
101
// ----------------------
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected