indir.2

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 2 代码 · 共 33 行

2
33
字号
.TH INDIR 2 .SH NAMEindir \- indirect system call.SH ASSEMBLER(indir = 0.).br.B sys indir; call.PPThe system call at the location.I callis executed.Execution resumes after the.I indircall..PPThe main purpose of.I indiris to allow a program tostore arguments in system calls and execute themout of line in the data segment.This preserves the purity of the text segment..PPIf.I indiris executed indirectly,it is a no-op.If the instruction at the indirectlocation is not a system call,.I indirreturns error code EINVAL;see.IR intro (2).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?