MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / combine

Function combine

arch/apple2/decoder.cc:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static uint8_t combine(uint16_t word)
72{
73 return word & (word >> 7);
74}
75
76class Apple2Decoder : public Decoder
77{

Callers 1

decodeSectorRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected