mpir/yasm/modules/objfmts/elf/tests/elfglobext.asm
2008-06-15 20:20:16 +00:00

17 lines
228 B
NASM

[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