Int 88

Prev Next Ralf Interrups Categories Contents

------

APL*PLUS/PC - DETERMINE NAME STATUS

AL = FFh
ES:SI -> name
CX = length of name

Return:
CF set if name ill-formed or already in use BX = STPTR if already in symbol table CF clear if name is available for use BX = 0000h

Note: Forces the name into the workspace and makes it immune from outswapping

See Also: AL=F9h - AL=FEh - INT C8"APL"

Category: Runtime Support - Int 88h - A

------

Prev Next Ralf Interrups Categories Contents