Content deleted Content added
→Common DOS services: trim ; present since 2.0 |
→Common DOS services: syntax fix |
||
Line 42:
| DOS 2+<br />Create or truncate file
| CX=file attributes ; {{nowrap|DS:DX->[[C string|ASCIZ]] filename}}
| [[Carry flag|CF]]=1 on error ; AX=error code ; {{nowrap|AX
|-
| AH = 3D
| DOS 2+<br />Open existing file
| AL=access and sharing modes ; DS:DX->ASCIZ filename ; {{nowrap|CL
| CF=1 on error ; AX=error code ; AX=file handle <ref name="ctyme2779">{{cite web|title=Int 21/AH=3Dh, Open|url=http://www.ctyme.com/intr/rb-2779.htm}} 090911 ctyme.com</ref>
|-
|