mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-04 10:54:05 +08:00
9 lines
90 B
ArmAsm
9 lines
90 B
ArmAsm
move $t0, cond_exp
|
|
beqz $t0, .L1
|
|
<then_statement>
|
|
b .L2
|
|
.L1:
|
|
<else_statement>
|
|
.L2:
|
|
|