The general structure of an assembly program should have:
.datafor all values.textfor all assembly code.globl mainto make the main label visible to OSmain:to setup a main label- MIPS Assembly Instructions
- Syscall at the end to signal program finish

Example Program
