Description
Related Schematics

2b vertical decoder
Generated by https://github.com/ZpippoZ/minecraft-vertical-decoder-generator

8 bit barrel shifter version A
3 ticks, excluding input/output busleft shift, right shift, arithmetic right shift, rotate. blue: data input, inverted, 15ss required purple: shift amount input, normal, 15ss required.keep in mind that doing a right shift by X is the same as doing a left shift by -X. please input the 2s complement if you want right shifts. yellow: output, normal, low output red: - disable left shift, use when only doing right shift- disable right shift, use when only doing left shift- disable barrelshifter- disable sign extend, for use with arithmetic right shift

2x2x7 per bit, 8 bits binary RAM (combinational)
Small binary cobinational RAM that does not use observers/pistons/1.21 items or anything of sort. MCHPRS compatible. Size: 2x2x7 blocks per bit (stackeable + can be flipped to merge outputs of different modules)In theory possible to get to 6 blocks long due to large amount of air space where the toches are but... probably not too doable tbh Write/Read are on the same glass tower, but still work separately and don't affect one another. Reading and writing to the same byte at the same time is not possible, only one at a time.