1 07/24/86 alm_
2
3
4 Entry points in alm_:
5 List is generated by the help command
6
7
8 :Entry: alm_: 07/24/86 alm_
9
10
11 Function:
12 The alm_ entrypoint will generate a Multics object segment and
13 optionally a listing file from information passed in an info
14 structure.
15
16
17 Syntax:
18 dcl alm_ entryptr ptr fixed bin fixed bin35;
19 call alm_alm_info_ptr alm_args_ptr severity code;
20
21
22 Arguments:
23 alm_info_ptr
24 is a pointer to the alm_info structure. This structure is
25 described in the include file alm_info.incl.pl1. Input
26 alm_args_ptr
27 is a pointer to the alm_args structure. This structure is
28 used to store arguments used by the macro &A facility and is
29 described in the include file alm_info.incl.pl1. Input
30 severity
31 is the severity of the most serious error encountered while
32 attempting to assemble the program. Output
33 code
34 is a standard system status code. Output