Hi , I need to write a program that will have to following
register values in the end :
REGISTER VALUE
R3 0x0000_0000
R4 0x0000_B000
R5 0xA000_1000
and the code I wrote is :
void main()
{
asm {
xor r3,r3,r3
addi r3,r3,0x0000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.