summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.27/tests/pp/12.S
blob: 597ccb4cba44335ae6c455afc0e6c0fae381e62a (plain)
1
2
3
4
5
6
7
8
#define SRC(y...)                       \
        9999: y;                        \
        .section __ex_table, "a";       \
        .long 9999b, 6001f      ;       \
        // .previous

    SRC(1: movw (%esi), %bx)
6001: