You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.. | ||
README.md | 6 months ago | |
client-asm | 6 months ago | |
client-c | 6 months ago | |
client.asm | 6 months ago | |
client.c | 6 months ago |
README.md
Amiga BSD Socket Client in Assembler and C
The versions are identical, except that the C version uses printf
instead
of PutStr()
.
Assembler Version
Built using AsmPro. You'll have to adjust the INCDIR
locations and build
the LVOs for the bsdsocket
and dos
libraries. You can get the socket
FD file from the AmiTCP SDK.
fd2pragma fd/dos.fd to include_i/ special 20
fd2pragma fd/socket.fd to include_i/ special 20
C Version
Built using SAS/C 6.58 and the AmiTCP 4.3 SDK.
sc link client.c