I have some questions about the following code. What does "0" mean? The code is designed for the x86 system.
register int r_outa asm("0");
register int r_outb asm("3");
register int r_outc asm("2");
Additionally, I want to modify the above code to make it run in ARM system. What should I do?
Aucun commentaire:
Enregistrer un commentaire