noun
macro instruction
Computing term for a single instruction that expands into a sequence of machine instructions.
アセンブリ言語では、マクロ命令を使ってコードを簡潔に書ける。
In assembly language, you can write concise code using macro instructions.
マクロ is a broader term for any macro, while マクロ命令 specifically refers to a macro instruction in programming.
Compound of マクロ (macro) and 命令 (instruction), a direct translation of the English computing term.