mov

Assembly Syntax

mov reg_or_imm, regrd

Implementation

or %g0, reg_or_imm, regrd

Assembly Syntax

mov %y, regrd

Implementation

rd %y, regrd

Assembly Syntax

mov %asrn, regrd

Implementation

rd %asrn, regrd

Assembly Syntax

mov %psr, regrd

Implementation

rd %psr, regrd

Assembly Syntax

mov %wim, regrd

Implementation

rd %wim, regrd

Assembly Syntax

mov %tbr, regrd

Implementation

rd %tbr, regrd

Assembly Syntax

mov reg_or_imm, %y

Implementation

wr %g0, reg_or_imm, %y

Assembly Syntax

mov reg_or_imm, %asrn

Implementation

wr %g0, reg_or_imm, %asrn

Assembly Syntax

mov reg_or_imm, %psr

Implementation

wr %g0, reg_or_imm, %psr

Assembly Syntax

mov reg_or_imm, %wim

Implementation

wr %g0, reg_or_imm, %wim

Assembly Syntax

mov reg_or_imm, %tbr

Implementation

wr %g0, reg_or_imm, %tbr

Comments

none

Example

Home Page Index Page All Synthetic Instructions