INT 21,3B - Change Current Directory (chdir)

	AH = 3B
	DS:DX = pointer to ASCIIZ path name
	on return:
	CF = 0 if successful
	   = 1 if error
	AX = error code if CF set  (see DOS ERROR CODES)
	- changes the current directory to the directory specified
	  by pointer DS:DX