Description
Finds the biggest factor of the input number. It is also able to tell when a number is prime.
by zPippo
Related Schematics

A Keyboard
Key addresses are not ASCII, keyboard output is serial
![Broken Circle drawer by Inno [InnocentOne933] (draws squares)](https://s3.us-east-005.backblazeb2.com/schemat-io/schemat-io/schematics/5388f8cc-0a7c-4d89-b420-679abf6aed67/5388f8cc-0a7c-4d89-b420-679abf6aed67.png)
Broken Circle drawer by Inno [InnocentOne933] (draws squares)
64x64 !!

8 bit barrel shifter version B
3 ticks, excluding input/output busleft shift, right shift, arithmetic right shift, rotate. version B has shift amount on the same height as data input, making it easier for using it in second operand. 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 sign extend, for use with arithmetic right shift