;================================================================================= ; example of a statically loaded shared library. ; ; The LSCR Project. ;================================================================================= format ELF include '../../include/symbols.inc' public _start extrn test_proc section '.text' executable _start: call test_proc mov eax, SYS_EXIT xor ebx, ebx int 0x80