📦 Assembly Data Segments

The .data and .bss sections are where Assembly stores variables. You’ll load data from these into registers to work with them.

📝 Sections Recap

📚 Example Code: Data Handling

🖥️ Simulated Output

Waiting for simulation...
💡 Pro Tip: resd reserves space in the .bss for a 32-bit value without initializing it.