w1.2: finish assignment1.2
This commit is contained in:
9
assignment_assembly/assignment1/test.asm
Normal file
9
assignment_assembly/assignment1/test.asm
Normal 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
|
||||
Reference in New Issue
Block a user