mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
Merge branch 'master' of github.com:Spiderpig86/learnxinyminutes-docs
This commit is contained in:
commit
d4c5ff14cc
@ -20,7 +20,7 @@ gateways and routers.
|
|||||||
# Programs typically contain a .data and .text sections
|
# Programs typically contain a .data and .text sections
|
||||||
|
|
||||||
.data # Section where data is stored in memory (allocated in RAM), similar to
|
.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
|
# Declarations follow a ( label: .type value(s) ) form of declaration
|
||||||
hello_world: .asciiz "Hello World\n" # Declare a null terminated string
|
hello_world: .asciiz "Hello World\n" # Declare a null terminated string
|
||||||
|
Loading…
Reference in New Issue
Block a user