en:docs:dos:api:int21:5e:01

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=5EH, AL=01H

Version

3.1 and higher

Brief

SET MACHINE NAME

Family API

Input

AX = 5E01h
CH = 00h undefine name (make it invalid)
   <> 0	 define name
CL = name number
DS:DX -> 15-character blank-padded ASCIZ name

Return

nothing

Macro

Notes

See also

AX=5E00h

Note

2018/09/04 17:23 · prokushev · 0 Comments