mpir/yasm/modules/objfmts/elf/tests/elfglobext.asm

17 lines
228 B
NASM
Raw Normal View History

2008-06-15 16:20:16 -04:00
[bits 32]
[global hashlookup:function]
[global hashtable2:data]
[global hashtable:data (hashtable.end-hashtable)]
[common dwordarray 128:4]
[section .text]
hashlookup
[section .data]
hashtable2
db 5
hashtable
db 1,2,3
.end