83Plus:Software:usb8x/Asm Interface/Silver/SilverSend
From WikiTI
Revision as of 12:41, 27 August 2006 by Dan Englender (Talk | contribs)
Synopsis
Name: SilverSend
Minimum usb8x version: 0.11
Send data via the SilverLink cable
Inputs
- B: Number of bytes to send
- HL: Pointer to data to send
Outputs
- NC: Success
Destroys
- AF, BC, DE, HL
Notes
A maximum of 32 may be sent at a time. Make sure to initialize the SilverLink driver before sending data.
See Also
- [[../SilverInit|SilverInit]] - Initialize the SilverLink driver