emailler/ip65
Oliver Schmidt 3359061ce2 Added Telnet65 app.
The file telnet.s in the 'ip65' directory for sure wasn't belonging into a library as it contained a main loop. So I introduced an 'apps' directory for actual apps coming with IP65. The file telnet.s was moved to apps, renamed telnet65.s and heavily modified.

The file c64vt100.s was made up from several files taken from CaTer (www.opppf.de/Cater) and adjusted for the new use case. The was done before for KIPPERTERM. However this time I deliberately avoided unnecessary code reformatting to allow for as easy as possible integration of potential upcoming changes in CaTer.

The file a2vt100.s was copied from c64vt100.s and adjusted to the monochrome 80 column screen of the Apple //e. Again unnecessary code changes were avoided to allow to easily merge upcoming changes from c64vt100.s.

The files atrvt100.s and vic20vt100.s are for now just dummies to allow to successfully link Telnet65. Work for an actually functional Telnet65 would start with a copy of c64vt100.s (as it was done with a2vt100.s).
2017-05-19 00:12:42 +02:00
..
arithmetic.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
arp.s Fixed ARP setup. 2017-05-15 21:20:51 +02:00
cifs.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
config.s Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
copymem.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
debug.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
dhcp.s General source code cleanup. 2013-12-27 14:57:56 +01:00
dns.s Fixed error value. 2017-05-15 22:09:10 +02:00
dottedquad.s General source code cleanup. 2013-12-27 14:57:56 +01:00
eth.s General source code cleanup. 2013-12-27 14:57:56 +01:00
http.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
httpd.s Removed unused imports. 2015-02-16 17:47:26 +01:00
icmp.s Removed several custom segments. 2014-04-27 18:59:58 +02:00
ip.s Some minor changes. 2017-05-02 20:39:27 +02:00
ip65.s Adjusted inline doc to actual implementation. 2015-02-16 22:35:29 +01:00
Makefile Added Telnet65 app. 2017-05-19 00:12:42 +02:00
output_buffer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
parser.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
printf.s General source code cleanup. 2013-12-27 14:57:56 +01:00
sntp.s General source code cleanup. 2013-12-27 14:57:56 +01:00
string_utils.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
tcp.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
tftp.s Avoid trash of zero page variable. 2017-04-10 09:06:18 +02:00
timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
udp.s Some minor changes. 2017-05-02 20:39:27 +02:00
url.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00