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

Struct SHL

asm/instructions.go:83–85  ·  view source on GitHub ↗

SHL ---------------------- 0x00A0 = SHL R0 0x00A5 = SHL R1 0x00AA = SHL R2 0x00AF = SHL R3

Source from the content-addressed store, hash-verified

81// 0x00AA = SHL R2
82// 0x00AF = SHL R3
83type SHL struct {
84 Register REGISTER
85}
86
87func (s SHL) Size() int {
88 return 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected