Skip to content

Commit 04ebd36

Browse files
committed
Document Text and Data.
1 parent c6e6093 commit 04ebd36

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

www/notes/a86.scrbl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,18 @@ Each register plays the same role as in x86, so for example
825825
]
826826
}
827827

828+
@defstruct*[Text ()]{
829+
830+
Declares the start of a text section, which includes instructions to
831+
be executed.
832+
833+
}
834+
835+
@defstruct*[Data ()]{
836+
837+
Declares the start of a data section, which includes data and constants.
838+
839+
}
828840

829841
@defstruct*[Label ([x label?])]{
830842

0 commit comments

Comments
 (0)