アセンブリ言語でマクロを定義する
from
アセンブリ言語のプリプロセッサ
アセンブリ言語
で
マクロを定義
するには、
%define
を使う
code:example.asm
%define number 42
mov rax, number