Recent content by CsRookie

  1. C

    MIPS Help (converting numbers to diff bases)

    The idea was to accept any base from 2-36 but I would be perfectly fine getting it to accept bases 2,10,16,36
  2. C

    MIPS Help (converting numbers to diff bases)

    I am still having trouble getting this run properly. I have tried to change syscall and make it so that if the ints are greater than 9 then add 55 to process the ascii code for it but I can not get this to compile correctly. Does anyone have any examples or links with helpful info?
  3. C

    MIPS Help (converting numbers to diff bases)

    Alright, I have a program that converts numbers from base 2-10 and it works just fine but I can not get the program to convert past base 10 whenever i input any char such as 1A it says invalid input. I have tried changing some of the lines in the code but it ends with errors. Right now it is...