Int 15/AH=1Ah

Prev Next Ralf Interrups Categories Contents

------

MultiDOS Plus - MAP SEMAPHORE NAME TO NUMBER

AH = 1Ah
DS:SI -> 8-byte name

Return:
AL = status 00h successful AH = semaphore number (20h-3Fh) 04h out of string space

Notes: All eight bytes of the name are significant. If the name does not already exist, it is added to the name table and associated with a free semaphore number. Names cannot be destroyed

See Also: AH=1Bh"MultiDOS" - AH=1Ch"MultiDOS" - AH=1Dh"MultiDOS"

Category: DOS-Based Task Switchers/Multitaskers - Int 15h - M

------

Prev Next Ralf Interrups Categories Contents