Skip to content

Commit

Permalink
Add .seek pseudo-op and fix .base pseudo-op in uni_ass(6) manual
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchia committed Mar 20, 2021
1 parent 64a74b4 commit 5d3ef45
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions man/uni_ass.6
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ The default is the word-size of the target machine.
.Pu ".space \fIexpression\fP"
Allocate the indicated amount of bytes.
The expression must be absolute.
.Pu ".seek \fIexpression\fP"
Advance the current position to the value of the expression.
The expression must be absolute.
.Pu ".comm \fIname\fP,\fIexpression\fP"
Allocate the indicated amount of bytes and assign the location of the first
byte allocated to
Expand All @@ -248,9 +251,8 @@ is extern, then assemblers leave definition of
to the linkeditor \fIled\fP(1).
.Pu .sect \fIname\fP
section name definition.
.Pu ".base \fIexpresssion\fP"
Set the starting address of the first of the consecutive segments
(text) to the value of the expression.
.Pu ".base \fIexpression\fP"
Set the starting address of the current section to the value of the expression.
The expression must be absolute.
.Pu .assert \fIexpression\fP
assembly-time assertion checking. Stop with a fatal error message when
Expand Down

0 comments on commit 5d3ef45

Please sign in to comment.