mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
7 lines
69 B
ArmAsm
7 lines
69 B
ArmAsm
.text
|
|
__start:
|
|
lw $t0, #4
|
|
li $t1, #0
|
|
add $t2, $t0, $t1
|
|
done
|
|
|