Introduction
安裝
http://www.nasm.us/pub/nasm/releasebuilds/2.08.01/win32/ windows 下載 exe檔安裝後加入環境變數,即可在cmd輸入nasm
db : define byte
dw :define word
dd :define doubleword
dq :define quadword
dt :define tword
do :define oword
dy :define yword
或是可從此處選擇版本下載:
https://www.nasm.us/pub/nasm/releasebuilds/
文件
官方文件 :https://www.nasm.us/doc/
Last updated
Was this helpful?