Adapted to current situation

This commit is contained in:
ceriel 1987-03-02 10:35:44 +00:00
parent 611c948140
commit e4af749931

View file

@ -1,22 +1,22 @@
.\" $Header$ .\" $Header$
.TH 6500_AS 1 .TH 6500_AS 1ACK
.SH NAME .SH NAME
6500_as \- assembler for Mostek 6500 6500_as \- assembler for Mostek 6500
.SH SYNOPSIS .SH SYNOPSIS
/usr/em/lib/6500_as [options] argument ... ~em/lib/6500/as [options] argument ...
.SH DESCRIPTION .SH DESCRIPTION
This assembler is made with the general framework This assembler is made with the general framework
described in \fIuni_ass\fP(6). described in \fIuni_ass\fP(6). It is an assembler-loader.
.SH "SEGMENTS and TYPES" .SH "SECTIONS and TYPES"
An additional segment, the \fIzeropage\fP, can be started by the An additional section, the \fIzeropage\fP, can be started by the
\&\fI.zero\fP pseudo-instruction. \&\fI.sect .zero\fP pseudo-instruction.
Some adressing-modes require an address between 0 and 255. 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. pseudo-instruction.
A plain number between 0 and 255 is not allowed. A plain number between 0 and 255 is not allowed.
The assembler will complain that it must be a zero page expression. The assembler will complain that it must be a zero page expression.
.IP example .IP example
\&.zero \&.sect .zero
.br .br
answer: .space 1 answer: .space 1
.br .br