Recent content by colerelm

  1. 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...
  2. 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...
Back
Top