Combining charcters in mips
Posted
by Krewie
on Stack Overflow
See other posts from Stack Overflow
or by Krewie
Published on 2010-05-22T12:12:01Z
Indexed on
2010/05/22
12:20 UTC
Read the original article
Hit count: 411
Hello , i was wondering if there was anyway of combining two characters to form one character. For instance, i have the character 6 and 7 , i want to combine them and make the result 67 that is saved in a register, is there any solution to this problem ?
//Thx in advance
© Stack Overflow or respective owner