w1.2: finish assignment1.2

This commit is contained in:
2024-09-15 11:05:17 +02:00
parent c16015123a
commit acd0b8861c
5 changed files with 92 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
.cpu cortex-m4
.thumb
.syntax unified
.globl test
.text
.thumb_func
test:
ADD.N R0, R0, R1
BX.N LR