mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 21:15:30 -04: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:
|