memrootじしょ
英和翻訳
opcode
opcode
[ˈɑːpkoʊd]
オペコード
1.
コンピュータの機械語命令において、実行する操作の種類を指定する部分。
オペレーションコードの略で、CPUが実行すべき特定の操作(例えば、加算、減算、データ転送など)を示す数値コードです。
Each
instruction
in
a
CPU's
instruction
set
has
a
unique
opcode.
(CPUの命令セット内の各命令には、固有のオペコードがあります。)
Each instruction
それぞれの命令。
in a CPU's instruction set
CPUの命令セットの中に。
has
持っている、備えている。
a unique opcode
固有のオペコードを。
The
first
byte
of
a
machine
instruction
is
often
the
opcode.
(機械語命令の最初のバイトは、しばしばオペコードです。)
The first byte
最初のバイト。
of a machine instruction
機械語命令の。
is often
しばしば~である。
the opcode
そのオペコード。
Understanding
opcodes
is
crucial
for
low-level
programming.
(オペコードを理解することは、低レベルプログラミングにとって非常に重要です。)
Understanding opcodes
オペコードを理解すること。
is crucial
非常に重要である。
for low-level programming
低レベルプログラミングにとって。
2.
アセンブリ言語で、特定の操作を実行するための命令を表すコード。
コンピュータが処理する機械語の「動詞」にあたる部分で、どのような計算やデータ操作を行うかを直接指示します。
The
assembler
translates
mnemonic
instructions
into
their
corresponding
opcodes.
(アセンブラは、ニーモニック命令を対応するオペコードに変換します。)
The assembler
アセンブラ(プログラム)。
translates
変換する。
mnemonic instructions
ニーモニック(覚えやすい)命令を。
into their corresponding opcodes
それらに対応するオペコードに。
A
debugger
can
show
the
raw
opcodes
of
a
compiled
program.
(デバッガは、コンパイルされたプログラムの生のオペコードを表示できます。)
A debugger
デバッガ(プログラム)。
can show
表示できる。
the raw opcodes
生の(未加工の)オペコードを。
of a compiled program
コンパイルされたプログラムの。
Modifying
an
opcode
can
drastically
alter
program
behavior.
(オペコードを変更すると、プログラムの動作が劇的に変わる可能性があります。)
Modifying an opcode
オペコードを変更すること。
can drastically alter
劇的に変更する可能性がある。
program behavior
プログラムの動作を。
関連
operand
instruction set
assembly language
machine code
CPU
register
mnemonic