From 5d3ef4568aa2f3151a5687a18ec73cf2be90866d Mon Sep 17 00:00:00 2001 From: Tee-Kiah Chia Date: Sat, 20 Mar 2021 17:03:12 +0000 Subject: [PATCH] Add .seek pseudo-op and fix .base pseudo-op in uni_ass(6) manual --- man/uni_ass.6 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/uni_ass.6 b/man/uni_ass.6 index 572ec0ff1..796ef816f 100644 --- a/man/uni_ass.6 +++ b/man/uni_ass.6 @@ -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 @@ -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