Revision history of "Recv"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:58, 19 June 2008Winston talk contribs 1,454 bytes +1,454 New page: '''recv (HLCALL 0x3E15)''' - receive data from a connected socket == Synopsis == ''Assembly language'' ld a, (sock_fd) ld de, BUFFER_ADDR ld bc, BUFFER_SIZE ld hl, RECV call HLCALL...