def make_cfu(): return simple_cfu({ 0: SumBytesInstruction(), 1: ReverseBytesInstruction(), 2: ReverseBitsInstruction(), 3: FibInstruction(), })
def make_cfu(): return simple_cfu({ # Add instructions here... 0: TemplateInstruction(), })
def make_cfu(): return simple_cfu({0: Macc4Instruction()})
def make_cfu(): return simple_cfu({ 0: Mnv2RegisterInstruction(), })