summary refs log blame commit diff stats
path: root/tinyc/tests/pp/12.S
blob: 597ccb4cba44335ae6c455afc0e6c0fae381e62a (plain) (tree)
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: