83Plus:Software:usb8x/Asm Interface/Silver/SilverSend

From WikiTI
Jump to: navigation, search

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