Nasm
  • Introduction
  • X86
  • 使用GDB
  • Section (.data .text .bss)
  • 運算子與變數
  • 推薦書籍
Powered by GitBook
On this page
  • 安裝
  • 文件

Was this helpful?

Introduction

NextX86

Last updated 5 years ago

Was this helpful?

安裝

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

或是可從此處選擇版本下載:

文件

官方文件 :

http://www.nasm.us/pub/nasm/releasebuilds/2.08.01/win32/
https://www.nasm.us/pub/nasm/releasebuilds/
https://www.nasm.us/doc/
https://www.nasm.us/doc/nasmdoc1.html