Saving integers as Strings in MIPS
Posted
by Krewie
on Stack Overflow
See other posts from Stack Overflow
or by Krewie
Published on 2010-05-29T06:52:26Z
Indexed on
2010/05/29
7:02 UTC
Read the original article
Hit count: 433
Hello , i was just wondering, is there any way in MIPS to store a summation of numbers as a string and later read them byte by byte, for example:
the sum 657 -> sw into a .ascii directive -> later lb on the first index to get 6 (in ascii code) same with 5 and so on
Is this possible ?
//Thx in advance
© Stack Overflow or respective owner