aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-baremetal/one-object-asm-application/hcs12-iar.s
blob: 4344e757fcfbf1b630fc67c3364168a5ee8bd129 (plain)
1
2
3
4
5
6
7
    PUBLIC  main
    RSEG    CODE:CODE:REORDER:NOROOT(0)
main:
    CLRB
    CLRA
    RTS
    END