這樣就能夠在c 或 其餘asm中使用了code
public _ghook,gvm .data _ghook: TIHooKing <> gvm: dq 0
好比:masm中語法asm
.data extern _gvm:dword extern SPMagiCode:dword
c中語法:class
extern int _test;
nasm中語法:test
.global studentID .data studentID: .word 12345678