pixy is a simple 32-bit processor with twelve instructions.
pixy can...
here are the instructions:
arrangement:
connecting to pixy:
when the clock starts, the processor will try to execute any instructions found at address 0x0000.
internals:
Computer Systems Architecture
32-bit ALU, only with AND, OR, and ADDER/SUBTRACTOR.
It just converts binary to decimal
Uses the divide by ten algorithm.
32 bit divider by sjp4.
extentions: none
single cycle execution,
comparator a mix of these designs:
https://circuitverse.org/users/49594/projects/compare-a8bfbb20-bc4c-447e-8300-5e0bd31a5282
shift units stolen from this design
https://circuitverse.org/users/233415/projects/risc-v-32-bit-computer-rv-32i-user-mode