This commit is contained in:
2026-05-21 05:23:29 +05:30
commit 0b8e3bdd1d
8 changed files with 148 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
PRESERVE8
THUMB
AREA |.text|, CODE, READONLY
EXPORT __main
__main
LDR R3,=0X20000100
LDR R0,=0X20000050
LDMIA R3!,{R1,R2}
MOV SP, R0
PUSH {R1,R2}
POP {R1,R2}
STOP
B STOP
END