mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
23 lines
355 B
Markdown
23 lines
355 B
Markdown
---
|
|
title: "ALU"
|
|
aliases:
|
|
tags:
|
|
- cosc204
|
|
---
|
|
|
|
part of the [CPU](notes/CPU.md)
|
|
|
|

|
|
|
|
- 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)
|