1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
;; this is a test to see if the xed resync mechanism works ;; when it encounters function symbols. [bits 64] SECTION .text global foo:function foo: ret db 0x00 global bar:function bar: db 0x00, 0x00 ret