int bdos( int dosfun, unsigned dosdx, unsigned dosal )


	- prototype in dos.h

	- make DOS system call for function dosfun, passing DX and AL
	  values via dosdx and dosal
	- use only in small memory model
	- unique to DOS
	- returns value of AX set by system call