AH = 3Ch - "CREAT" - CREATE OR TRUNCATE FILE
Entry:
Return:
Notes: if a file with the given name exists, it is truncated to zero length
MOV AH,3CH INT 21H
MOV AH,3CH INT 21H
Return: CF clear if successful, AX = file handle CF set on error AX = error code (03h,04h,05h)