Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ indir(2) — Ultrix-11 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(2)

indir(2)

NAME

indir − indirect system call

ASSEMBLER

(indir = 0.) 
sys indir; call

DESCRIPTION

The system call at the location call is executed.  Execution resumes after the indir call. 

The main purpose of the indir call is to allow a program to store arguments in system calls and execute them out of line in the data segment.  This preserves the purity of the text segment. 

If indir is executed indirectly, it is a no-op.  If the instruction at the indirect location is not a system call, indir returns error code EINVAL. 

SEE ALSO

intro(2)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026