标签: assembly arm modulo
在C中,如果我有
int x = 55; int y = x % 10; // How can I do this in ARM?
如何在ARM中执行这两行?我不想使用任何MOD运算符(如果arm中确实存在这样的指令)。我对组装还是很新的
预先感谢