lang-bootstrap/05/tcc-0.9.27/tests/pp/12.S

9 lines
225 B
ArmAsm
Raw Normal View History

2022-02-18 12:36:57 -05:00
#define SRC(y...) \
9999: y; \
.section __ex_table, "a"; \
.long 9999b, 6001f ; \
// .previous
SRC(1: movw (%esi), %bx)
6001: