DSPMSG(1) — UNIX Programmer’s Manual
NAME
dspmsg − create include file dspmessages.h from mkmon8k and apmon8k assembly
SYNOPSIS
dspmsg <infile>[.lnk]
DESCRIPTION
The DSP music monitor, /usr/lib/dsp/smsrc/mkmon8k.asm, and the
DSP array processing monitor, /usr/lib/dsp/smsrc/apmon8k.asm,
are assembled in absolute mode to produce mkmon8k.lod and apmon8k.lod.
These files are read by dspmsg to obtain symbol information, and the
following files are produced:
dsp_messages.h - file included by <dsp/dsp.h> containing DSP music
system information such as memory partition boundaries.
dsp_memory_map_ap.h - DSP memory boundaries for array processing.
dsp_memory_map_mk.h - DSP memory boundaries for the Music Kit.
_dsp_message_names.h - C include file used by error libdsp error
handler to get name associated with DSP error code.
sys_decl.asm - same as dspmessages.h but for inclusion within DSP
assembly language source.
sys_memory_map_ap.asm - DSP memory boundaries for array processing.
sys_memory_map_mk.asm - DSP memory boundaries for the Music Kit.
dspmsg is normally run after a change to the DSP music or array processing
monitors invalidates something in one of the memory-map .h or .asm files.
NeXT, Inc. — 3 Apr 1989