Files
RTS10_labs/assignment_assembly/assignment1/test.s
2024-09-14 22:35:24 +02:00

10 lines
136 B
ArmAsm

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