# mov

Sets a register to a value.

# Syntax

mov <target> <source>
# Parameters

# Example

mov r0, r1
mov r2, 33

# History

  • 0.1 added