From fccc7e2dc2db42db98c8fb60f0ecf7a2b968042e Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 2 May 2017 20:39:27 +0200 Subject: [PATCH] Some minor changes. --- ip65/dns.s | 2 +- ip65/ip.s | 2 ++ ip65/udp.s | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ip65/dns.s b/ip65/dns.s index 50e973c..d67b9d9 100644 --- a/ip65/dns.s +++ b/ip65/dns.s @@ -134,7 +134,7 @@ dns_set_hostname: @end_of_hostname: inc hostname_copied bne @set_length_of_last_label -: cmp #'.' ; do we need to split the labels? +: cmp #'.' ; do we need to split the labels? bne @not_a_dot @set_length_of_last_label: txa diff --git a/ip65/ip.s b/ip65/ip.s index b4749fa..b2eddbb 100644 --- a/ip65/ip.s +++ b/ip65/ip.s @@ -1,6 +1,8 @@ .include "zeropage.inc" .include "../inc/common.i" +; .import dbg_dump_ip_header + .export ip_init .export ip_process .export ip_calc_cksum diff --git a/ip65/udp.s b/ip65/udp.s index b085fe9..fe8d3d0 100644 --- a/ip65/udp.s +++ b/ip65/udp.s @@ -339,7 +339,7 @@ udp_send_internal: lda #ip_proto_udp ; set protocol sta ip_outp + ip_proto - ; jsr dbg_dump_udp_header +; jsr dbg_dump_udp_header jmp ip_send ; send packet, sec on error