blob: 7315b49c82fe16d2d9d7409f3d38a0ee5eab3cf3 [file] [log] [blame]
[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