Step 1 of 11
Welcome: what you will achieve
Goals for this step
When you finish 10 steps + the test you will have a real program, not loose fragments.
One step = one concrete action you can mark done before continuing.
Do not advance if the step checklist is not done — that way you will not reach the end without a working LED.
We will build one file guia-puertos.asm that grows each step. At the end: button on RB1 controls LED on RB0.
Course order in code: CONFIG and reset → TRIS (direction) → LAT (output) → PORT (input).
Use the guide tracker (right panel): it shows where you are and how many steps you checked off. Each step has Follow these steps, Your file so far (when applicable), and Checklist before you continue.
Follow these steps
- Read the tracker goal: You are building an LED + button with TRIS, LAT, and PORT.
- Have MPLAB X (or v8) and Proteus ready if you can simulate.
- Click Next — step 1 is creating the project only, no code yet.
Checklist before you continue
- I understand I go step by step without skipping checklists.
- I know where the guide tracker is on screen.