# All program code is placed after the # .text assembler directive .text # Declare main as a global function .globl main j main # All memory structures are placed after the # .data assembler directive .data