7 lines
95 B
Text
7 lines
95 B
Text
addi sp,sp,-4
|
|
sw t0,0(sp) ;push
|
|
|
|
lw t0,0(sp)
|
|
addi sp,sp,4 ;pop
|
|
|
|
lw t0,0(sp) ;top
|