Recent changes
From Spectrum Hardware Docs
Track the most recent changes to the wiki on this page.
19 August 2008
- (diff) (hist) . . Nm Spectranet: Tutorial 4; 19:58 . . (+4,637) . . Winston (Talk | contribs) (make a start on the UDP tutorial)
17 August 2008
- (diff) (hist) . . Current events; 19:50 . . (+2,076) . . Winston (Talk | contribs)
- (diff) (hist) . . Main Page; 19:39 . . (-195) . . Winston (Talk | contribs)
- (diff) (hist) . . N Hardware; 19:37 . . (+842) . . Winston (Talk | contribs) (New page: The Spectranet hardware consists of an expansion card for the Spectrum 16/48K, 128K+, +2 and +3. This section covers technical information about the hardware which will be of interest to d...)
16 August 2008
- (diff) (hist) . . N Gethostbyname; 12:27 . . (+1,696) . . Winston (Talk | contribs) (New page: '''gethostbyname (IXCALL 0x3E27)''' - get network host entry == Synopsis == ''Assembly language'' ld hl, STR_HOSTNAME ld de, BUF_ADDRESS ld ix, GETHOSTBYNAME call IXCALL...)
- (diff) (hist) . . N Sockclose; 11:53 . . (+19) . . Winston (Talk | contribs) (Redirecting to Close)
- (diff) (hist) . . N Close; 11:52 . . (+783) . . Winston (Talk | contribs) (New page: '''close, sockclose (HLCALL 0x3E03)''' - close a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, CLOSE call HLCALL ''C'' #include <sys/socket.h...)
- (diff) (hist) . . N Sendto; 11:39 . . (+2,130) . . Winston (Talk | contribs) (New page: '''sendto (IXCALL 0x3E18)''' - send a message via a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_SOCKINFO ld de, BUF_DATA ld bc, BUF_DATA_...)
- (diff) (hist) . . Nm Recvfrom; 10:51 . . (+2,519) . . Winston (Talk | contribs) (New page: '''recvfrom (IXCALL 0x3E1B)''' - receive a message from a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_CONNINFO ld de, BUF_DATA ld bc, BUF_DAT...)
- (diff) (hist) . . N Send; 10:27 . . (+1,202) . . Winston (Talk | contribs) (New page: '''send (HLCALL 0x3E12)''' - send data via a connected socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld de, BUFFER_ADDR ld bc, BUFFER_SIZE ld hl, SEND call...)

