DOS_WRITE_BYTE
Write byte to a file
Categories:
Function | Address | Description |
---|---|---|
DOS_WRITE_BYTE | 011B | Write byte to a file |
Synopsys
Write a byte to a file, advancing the file pointer in the process.
Entry Parameters
Register | Content |
---|---|
B | File number 0…15 |
C | Byte to write |
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)