masm nasm的全局變量

這樣就能夠在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
相關文章
相關標籤/搜索