We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e6093 commit 04ebd36Copy full SHA for 04ebd36
1 file changed
www/notes/a86.scrbl
@@ -825,6 +825,18 @@ Each register plays the same role as in x86, so for example
825
]
826
}
827
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
840
841
@defstruct*[Label ([x label?])]{
842
0 commit comments