quartz/content/notes/ALU.md
2022-07-27 18:34:35 +12:00

23 lines
355 B
Markdown

---
title: "ALU"
aliases:
tags:
- cosc204
---
part of the [CPU](notes/CPU.md)
![](https://i.imgur.com/wLJhTSG.png)
- 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)