WikiPendium

(beta)

Metaclose()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-3-135-246-193.us-east-2.compute.amazonaws.com

Metaclose()


VOID Metaclose( drive )

WORD drive;

Metaclose() closes a MetaDOS device.

Opcode

50 (0x32)

Availability

A MetaDOS driver must be installed.

Parameters

drive is the letter of a MetaDOS device, i.e. the ASCII code for any character from 'A' to 'Z'.

Binding

	move.w   drive,-(sp)
	move.w   #$32,-(sp)
	trap   #14
	addq.l   #4,sp


Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]