Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
228 B

[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