From 8239325a3634e852a13444ac3f4fd970da81ccdd Mon Sep 17 00:00:00 2001 From: Spiderpig86 Date: Thu, 9 Aug 2018 21:26:46 -0400 Subject: feat(mips.html.markdown): Added example for using include statements --- mips.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mips.html.markdown') diff --git a/mips.html.markdown b/mips.html.markdown index ef2043d5..8e6b8d96 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -357,4 +357,8 @@ hello_world .asciiz "Hello World\n" # Declare a null terminated string j loop end_loop: +## INCLUDE ## +# You do this to import external files into your program (behind the scenes, it really just takes whatever code that is in that file and places it where the include statement is) +.include "somefile.asm" + ``` -- cgit v1.2.3