mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
355 B
355 B
| title | aliases | tags | |
|---|---|---|---|
| ALU |
|
part of the CPU
- performs arithmetic
- add, subtract, etc.
- logical operations
- and, or, shift, etc
- subunits
- lofical operations
- addition
- multiplication and dividion
- shifting
- comparison
- logical tests (if, >0, <0, =0, <=0, etc)
