mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-26 07:56:27 +00:00
8 lines
69 B
ArmAsm
8 lines
69 B
ArmAsm
.text
|
|
__start:
|
|
lw $t0, #4
|
|
li $t1, #0
|
|
add $t2, $t0, $t1
|
|
done
|
|
|