DOS_CLOSE
Close a file
Categories:
Function | Address | Description |
---|---|---|
DOS_CLOSE | 0109 | Close a file |
Synopsys
Close a file
Entry Parameters
Register | Content |
---|---|
B | File number 0…15 |
Exit Parameters
- If OK:
- Carry true
- A corrupt
- Otherwise:
- Carry false
- A=Error code
- Always:
- BC DE HL IX corrupt, all other registers preserved.
Last modified November 24, 2021: Start of +3DOS documentation (253d8cc)