📜  MOD OPERATOR 用于在 arm 程序集代码示例中注册

📅  最后修改于: 2022-03-11 14:48:10.678000             🧑  作者: Mango

代码示例1
udiv    r0, r6, r7      @ no, div to get quotient
mul     r1, r0, r7      @ need for computing remainder
sub     r2, r6, r1      @ the mod (remainder)