Recent content by colerelm
-
C
MIPS assembly programming - converting integer to decimal/binary
I'm writing a MIPS assembly program and I'm trying to figure out a way to display a given integer in either decimal or binary using only one function with two parameters. The function takes in two parameters: an integer and a base (either '2' or '10'). I'd like to not edit anything other than...- colerelm
- Thread
- Assembly Integer Mips Programming
- Replies: 1
- Forum: Programming and Computer Science
-
C
Engineering Converting logic circuit to using only 2-input NAND gates and NOT gate
Homework Statement Convert the logic circuit to an equivalent circuit constructed from 2-input NAND gates and NOT gates. http://imgur.com/EzOBdbv Homework Equations Pretty sure the boolean equation is: A & (~(~B+C)+~D + E) The Attempt at a Solution I know for sure that ~A + ~B = ~AB so I was...- colerelm
- Thread
- Circuit Gate Logic
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help