emailler/ip65
Oliver Schmidt 8745021d7d Avoid trash of zero page variable.
It's not save to presume any zero page variable to stay intact after using the Ethernet drivers to perform actual network I/O. In example a necessary ARP lookup may require network I/O in not anticipated scenarios. Therefore the tftp_filename is rather to be placed in a normal variable and copied to a zero page variable just-in-time.
2017-04-10 09:06:18 +02:00
..
arithmetic.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
arp.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +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 Export dns_hostname_is_dotted_quad. 2015-04-13 21:01:59 +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
ip65.s Adjusted inline doc to actual implementation. 2015-02-16 22:35:29 +01:00
ip.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00
Makefile 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +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
telnet.s Removed unused imports. 2015-02-16 17:47:26 +01: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 Removed cfg_get_configuration_ptr. 2015-07-08 16:20:47 +02:00
url.s Replaced custom zeropage variables with cc65 default zeropage variables. 2014-07-07 20:56:21 +02:00