Forum: Assembly Aug 25th, 2009 |
| Replies: 11 Views: 885 there are different MIPS?
here is the program i'm working on. hopefully you can determine what flavor it is by looking at it because I'm clueless.
#stuck, cannot figure out square root
... |
Forum: Assembly Aug 24th, 2009 |
| Replies: 11 Views: 885 newton's method means i have to use derivative.... according to that formula. |
Forum: Assembly Aug 24th, 2009 |
| Replies: 2 Views: 409 I've been working on this for hours! the code makes perfect sense, but wont' work!!! aaah! about to pull my hair out.
the code is suppose to do get the sum of this
1/1 + 1/2 + ..... + 1/n
... |
Forum: Assembly Aug 23rd, 2009 |
| Replies: 11 Views: 885 the instruction just says, find the hypotenuse of 2 user input leg of a right triangle. the 2 input are floating points. |
Forum: Assembly Aug 23rd, 2009 |
| Replies: 11 Views: 885 not divide by 2 but separate the digits into 2.
example: if the number I want to root is 96358
9, 63, 58 is what i split it into. |
Forum: Assembly Aug 23rd, 2009 |
| Replies: 11 Views: 885 I tried looking for an algorithm to do so. however, the only ones I came upon requires me to split the number being rooted by 2's. Not possible. |
Forum: Assembly Aug 23rd, 2009 |
| Replies: 11 Views: 885 how do you do a square root in MIPS? I have to write a program to find the hypotenuse of a right triangle and I'm stuck on this part. Please help. |
Forum: Assembly Jun 26th, 2009 |
| Replies: 4 Views: 404 ok, I'm an idiot. double underscore is require for _ _ start |
Forum: Assembly Jun 26th, 2009 |
| Replies: 4 Views: 404 yes I have, and it works fine :) |
Forum: Assembly Jun 26th, 2009 |
| Replies: 4 Views: 404 hello everyone! i usually hang around the c++ area, but I'll need to learn assembly for computer architecture 2 in the fall so here it is. I wrote a simple program to convert temperatures from C to... |