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

9 lines
225 B
ArmAsm
Raw Normal View History

2025-04-18 12:38:54 +01:00
#define SRC(y...) \
9999: y; \
.section __ex_table, "a"; \
.long 9999b, 6001f ; \
// .previous
SRC(1: movw (%esi), %bx)
6001: