Welcome to Modular Computing! This document's goal is to explain how the Areia-1 CPU works and how to use it.
Let's start with the simplest opcode: move.
move.w dst, src
It lets you move the values inside registers, or to change such a value to a number. ".w" means it is related to WORDS - 16-bit values. This is not important to you for now.