emailler/test
Oliver Schmidt 6680772b04 Introduced C interface to IP65.
The IP5 usage of ld65 segments and zeropage variables was made compatible with cc65 C programs already a while ago. This commit is the next logical step which is to introduce the actual C interface to IP65.

IP65 for C programs shares the the ip65.lib / ip65_tcp.lib with IP65 for assembler programs. However the various libraries from the 'drivers' are not reused. Instead there's exactly one library for every target named ip65_<target>.lib. Those libraries contain only functions used by ip65.lib / ip65_tcp.lib.

TODOs:

- Introduce c64_timer.s and atr_timer.s.
- Add a C interface to the rest of the IP65 functionality (especially TCP).
2017-11-05 14:28:49 +01:00
..
dns.s Adjusted to commit 3d5dd29988 2017-05-18 23:23:03 +02:00
dottedquad.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
geturl.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
httpd.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
Makefile Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
math.s Renamed 'tcp' to 'math' as the name 'tcp' will be needed soon. 2017-11-04 00:25:09 +01:00
parsequerystring.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
parser.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
peer.c Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
ping.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
sntp.s Adjusted to recent cc65 linker config changes. 2016-03-30 16:06:45 +02:00
tftp.s Adjusted test to recent change. 2017-05-02 20:36:58 +02:00
udp.c Introduced C interface to IP65. 2017-11-05 14:28:49 +01:00
vt100.s test/vt100.s: add comments and a line with "line drawing" characters 2017-10-11 23:41:16 +02:00