mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-24 10:33:54 +08:00
initial import to public repository
This commit is contained in:
8
materials/chapter2/if_else.S
Normal file
8
materials/chapter2/if_else.S
Normal file
@@ -0,0 +1,8 @@
|
||||
move $t0, cond_exp
|
||||
beqz $t0, .L1
|
||||
<then_statement>
|
||||
b .L2
|
||||
.L1:
|
||||
<else_statement>
|
||||
.L2:
|
||||
|
||||
Reference in New Issue
Block a user