📄️ Getting to Know the IDE
The WIMS interface is organized into three main sections: the left pane, the middle pane, and the right pane.
📄️ The Instruction Set
Before writing any code, it's important to understand the instructions available in WIMS. The following table summarizes the instruction set:
📄️ Writing Your First Program
Now that you've gotten familiar with the IDE layout and the WIMS instruction set and directives, let's get our hands dirty and write a good old "Hello World" program! Don't worry if this program seems too difficult at first. The main goal here is to familiarize yourself with instructions and directives and to learn how to assemble and run your code inside the simulator. Later on, we'll provide you with a guide to learning assembly from the beginning, writing simple programs, and gradually increasing complexity until you're writing full-blown games inside the simulator.