amiga-bsdsocket-coding/client_in_asm
John Bintz 24255230c3 Add assembler client 2023-04-02 16:24:33 -04:00
..
README.md Add assembler client 2023-04-02 16:24:33 -04:00
client-asm Add assembler client 2023-04-02 16:24:33 -04:00
client-c Add assembler client 2023-04-02 16:24:33 -04:00
client.asm Add assembler client 2023-04-02 16:24:33 -04:00
client.c Add assembler client 2023-04-02 16:24:33 -04:00

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