lang-bootstrap/05/tcc-final/tests/pp/12.S
2025-04-18 12:38:54 +01:00

8 lines
225 B
ArmAsm

#define SRC(y...) \
9999: y; \
.section __ex_table, "a"; \
.long 9999b, 6001f ; \
// .previous
SRC(1: movw (%esi), %bx)
6001: