MIPS: trouble with double
From: Alexander Schallert (frombigcorp.20.fdelay_at_spamgourmet.com)
Date: 05/19/04
- Next message: flekso: "Re: Far jump"
- Previous message: Joona I Palaste: "Re: unhandled exception : Privileged instruction"
- Next in thread: Tim Roberts: "Re: MIPS: trouble with double"
- Reply: Tim Roberts: "Re: MIPS: trouble with double"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 May 2004 20:36:53 +0000 (UTC)
Hello,
I'm just doing an exercise in MIPS. I have to calculate doubles, save
them and finally print a list with these doubles.
The problem is that I don't know how to save them.
It would be no problem if it was just 1 double and I had to print it
immediately, but it's about 5-10 and the exercise *** says they have
to be saved first.
I know how to save and load integers with .word, but as far as I know
(and that would be logical) I can only save one double in .double - so
that wouldn't help me.
Is there a similar way to .word how I can save these doubles?
I would really appreciate it if somebody could give me a short
example.
Thanks in advance,
Alex
- Next message: flekso: "Re: Far jump"
- Previous message: Joona I Palaste: "Re: unhandled exception : Privileged instruction"
- Next in thread: Tim Roberts: "Re: MIPS: trouble with double"
- Reply: Tim Roberts: "Re: MIPS: trouble with double"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]