On the process of learning Assembly i got one question
If i do the following:
la $a1, 0x3f
The number 63 is \"putted\" on a1.
Binary literal constants are not typically supported. What assembler are you using? If it supports C style preprocessing, there are several options available.
Here is one example.