From: ceriel Date: Mon, 2 Mar 1987 10:35:44 +0000 (+0000) Subject: Adapted to current situation X-Git-Tag: release-5-5~4553 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e4af7499311296b352b0aa01f30b8f8d19e11aa7;p=ack.git Adapted to current situation --- diff --git a/man/6500_as.1 b/man/6500_as.1 index 58b0d5986..1c8b43fb2 100644 --- a/man/6500_as.1 +++ b/man/6500_as.1 @@ -1,22 +1,22 @@ .\" $Header$ -.TH 6500_AS 1 +.TH 6500_AS 1ACK .SH NAME 6500_as \- assembler for Mostek 6500 .SH SYNOPSIS -/usr/em/lib/6500_as [options] argument ... +~em/lib/6500/as [options] argument ... .SH DESCRIPTION This assembler is made with the general framework -described in \fIuni_ass\fP(6). -.SH "SEGMENTS and TYPES" -An additional segment, the \fIzeropage\fP, can be started by the -\&\fI.zero\fP pseudo-instruction. +described in \fIuni_ass\fP(6). It is an assembler-loader. +.SH "SECTIONS and TYPES" +An additional section, the \fIzeropage\fP, can be started by the +\&\fI.sect .zero\fP pseudo-instruction. Some adressing-modes require an address between 0 and 255. -Such an address must be defined with the means of the \fI.zero\fP +Such an address must be defined with the means of the \fI.sect .zero\fP pseudo-instruction. A plain number between 0 and 255 is not allowed. The assembler will complain that it must be a zero page expression. .IP example -\&.zero +\&.sect .zero .br answer: .space 1 .br