83Plus:Software:usb8x/Asm Interface/SendData

From WikiTI
Revision as of 23:23, 15 July 2006 by Dan Englender (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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