mirror of
https://github.com/frida/tinycc
synced 2024-12-26 23:09:41 +03:00
9 lines
225 B
ArmAsm
9 lines
225 B
ArmAsm
|
#define SRC(y...) \
|
||
|
9999: y; \
|
||
|
.section __ex_table, "a"; \
|
||
|
.long 9999b, 6001f ; \
|
||
|
// .previous
|
||
|
|
||
|
SRC(1: movw (%esi), %bx)
|
||
|
6001:
|