# Basic Template .data # data directives go here .text .globl main # main: #code starts here. Keep the label "main" li $v0, 10 # code for program termination syscall # the last instructions in the program