Skip to content

Commit 04b3464

Browse files
committed
Documentation for Global.
1 parent a270aa5 commit 04b3464

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

www/notes/a86.scrbl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,13 @@ Each register plays the same role as in x86, so for example
826826

827827
}
828828

829+
@defstruct*[Global ([x label?])]{
830+
831+
Declares a label as global, i.e. linkable with other object files.
832+
833+
}
834+
835+
829836
@defstruct*[Call ([x (or/c label? register?)])]{
830837

831838
A call instruction.

0 commit comments

Comments
 (0)