mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 02:14:19 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
|
||||
|
||||
|
||||
ASZ8K(1) UNIX 3.0 (local) ASZ8K(1)
|
||||
|
||||
|
||||
|
||||
NAME
|
||||
asz8k, asz8s - Z8000 assemblers
|
||||
|
||||
SYNOPSIS
|
||||
asz8k [ -lux ] name.z8k
|
||||
asz8s [ -lux ] name.z8s
|
||||
|
||||
DESCRIPTION
|
||||
_A_s_z_8_k and _A_s_z_8_s are assemblers for the Z8002 and Z8001,
|
||||
respectively. They are actually two links to the same
|
||||
program; the name determines the kind of code which is
|
||||
generated. The source file _n_a_m_e.z8k or _n_a_m_e.z8s is
|
||||
assembled and the object output is left on the file
|
||||
_n_a_m_e.obj, in the Unidot object file format.
|
||||
|
||||
The following options are supported:
|
||||
|
||||
-l Generate an assembly listing on the file _n_a_m_e.lst. The
|
||||
-x option implies this.
|
||||
|
||||
-u Treat all undefined symbols in the assembly as global.
|
||||
|
||||
-x Generate assembly and cross reference listings on the
|
||||
file _n_a_m_e.lst. This option implies the -l option.
|
||||
|
||||
FILES
|
||||
/usr/bin/asz8k, /usr/bin/asz8s
|
||||
Assembler program (two links to one file).
|
||||
|
||||
/usr/lib/asz8k.pd, /usr/lib/asz8s.pd
|
||||
Symbol and opcode definitions (two links to one file).
|
||||
|
||||
SEE ALSO
|
||||
xcon(1)
|
||||
_U_n_i_d_o_t _C_r_o_s_s _A_s_s_e_m_b_l_e_r _F_a_m_i_l_y _P_r_o_g_r_a_m_m_e_r'_s _R_e_f_e_r_e_n_c_e
|
||||
_U_n_i_d_o_t _U_n_i_v_e_r_s_a_l _L_i_n_k _E_d_i_t_o_r _P_r_o_g_r_a_m_m_e_r'_s _R_e_f_e_r_e_n_c_e
|
||||
|
||||
DIAGNOSTICS
|
||||
Assembly errors are flagged by single-character diagnostics
|
||||
at the left side of the listing. Lines containing errors
|
||||
are printed on the standard output regardless of whether a
|
||||
listing is enabled. The possible errors are:
|
||||
|
||||
A Macro argument error
|
||||
C Conditional assembly error
|
||||
E Expression error
|
||||
L Label error
|
||||
M Multiply defined symbol
|
||||
O Opcode error
|
||||
P Phase error
|
||||
S Syntax error
|
||||
U Undefined symbol
|
||||
|
||||
|
||||
|
||||
Page 1 (printed 4/5/83)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user