summaryrefslogtreecommitdiffhomepage
path: root/mips.html.markdown
diff options
context:
space:
mode:
authorSpiderpig86 <slim679975@gmail.com>2018-08-09 21:30:41 -0400
committerSpiderpig86 <slim679975@gmail.com>2018-08-09 21:30:41 -0400
commit7cd9cef81ebb7156a538253b55f1db59349e3bae (patch)
treea2f66275206c64e35a55d42a7e665ffe62249a53 /mips.html.markdown
parent8239325a3634e852a13444ac3f4fd970da81ccdd (diff)
chore(mips.html.markdown): Fixed line wrapping
Diffstat (limited to 'mips.html.markdown')
-rw-r--r--mips.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown
index 8e6b8d96..fb1d5ab0 100644
--- a/mips.html.markdown
+++ b/mips.html.markdown
@@ -358,7 +358,8 @@ hello_world .asciiz "Hello World\n" # Declare a null terminated string
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)
+# 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"
```