rafall / ALU

32 bits Arithmetic logic unit in Assembly MIPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALU

This is a 32 bits Arithmetic logic unit in Assembly MIPS.

Control Function
0000 AND
0001 OR
0010 ADD
0110 SUBTRACT
0111 SLT
1100 NOR

About

32 bits Arithmetic logic unit in Assembly MIPS


Languages

Language:Assembly 100.0%