chore(mips.html.markdown): Fixed missing hash for comment

This commit is contained in:
Stanley Lim 2018-08-10 10:42:18 -04:00 committed by GitHub
parent 7cd9cef81e
commit 803c61275c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ gateways and routers.
# Programs typically contain a .data and .text sections
.data # Section where data is stored in memory (allocated in RAM), similar to
variables in higher level languages
# variables in higher level languages
# Declarations follow a ( label: .type value(s) ) form of declaration
hello_world .asciiz "Hello World\n" # Declare a null terminated string