aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-baremetal/one-object-asm-application/avr32-iar.s
blob: c5e78896f669cc4af359cd30559cad89ee231207 (plain)
1
2
3
4
5
6
7
    PUBLIC main
    RSEG CODE32:CODE:REORDER:NOROOT(2)
    CODE
main:
    MOV R12, 0x0
    RET R12
    END