83Plus:Software:usb8x/Asm Interface/SendData
From WikiTI
Synopsis
Name: SendData
Minimum usb8x version: 0.05
Send data to on an outgoing bulk or interrupt pipe
Inputs
- B: Number of bytes to send
- C: Endpoint number
- HL: Address of data to send
Outputs
- NC: Success
Destroys
- AF, BC, DE, HL
See Also
- [[../ReqData|ReqData]] - Request incoming data