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

Struct SHR

asm/instructions.go:106–108  ·  view source on GitHub ↗

SHR ---------------------- 0x0090 = SHL R0 0x0095 = SHL R1 0x009A = SHL R2 0x009F = SHL R3

Source from the content-addressed store, hash-verified

104// 0x009A = SHL R2
105// 0x009F = SHL R3
106type SHR struct {
107 Register REGISTER
108}
109
110func (s SHR) Size() int {
111 return 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected