7 lines
57 B
ArmAsm
7 lines
57 B
ArmAsm
|
.global main
|
||
|
main:
|
||
|
rjmp target
|
||
|
.ds.b 4096
|
||
|
target:
|
||
|
nop
|