Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 402 Bytes

nasm_command_cheatsheet.md

File metadata and controls

15 lines (9 loc) · 402 Bytes

nasm_command_cheatsheet.md

Command Table

Command | Word         | example | Description
============================================================
DB      | data byte    |         | 1バイトだけ直接書く命令
RESB    | reserve byte |         | とりあえずここに10バイトほどあけておいてくれ