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

Struct CLF

asm/instructions.go:484–485  ·  view source on GitHub ↗

CLF (CLEAR FLAGS) ---------------------- 0x0060 CLF

Source from the content-addressed store, hash-verified

482// ----------------------
483// 0x0060 CLF
484type CLF struct {
485}
486
487func (c CLF) Size() int {
488 return 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected