Files
2024-09-15 11:05:17 +02:00

10 lines
136 B
NASM

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