This commit is contained in:
2026-05-21 05:23:29 +05:30
commit 0b8e3bdd1d
8 changed files with 148 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
PRESERVE8
THUMB
AREA |.text|, CODE, READONLY
EXPORT func
EXTERN func2
__func
PUSH{LR}
MOVS R0, #5
BL func2
POP{PC}
END