Hallo,
MIPS works with words of 32 bit. But for universitiy, i have to add two 64 bit Integers numbers.
first of all, my idea was that i split the numbers and store them in two register. But that's only a theoretical idea. I have no idea how to realize in MIPS Code. How can i split the number? Anybody an idea?
Thank you very much