Some minor changes.

This commit is contained in:
Oliver Schmidt 2017-05-02 20:39:27 +02:00
parent 09a98a6372
commit fccc7e2dc2
3 changed files with 4 additions and 2 deletions

View File

@ -134,7 +134,7 @@ dns_set_hostname:
@end_of_hostname: @end_of_hostname:
inc hostname_copied inc hostname_copied
bne @set_length_of_last_label 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 bne @not_a_dot
@set_length_of_last_label: @set_length_of_last_label:
txa txa

View File

@ -1,6 +1,8 @@
.include "zeropage.inc" .include "zeropage.inc"
.include "../inc/common.i" .include "../inc/common.i"
; .import dbg_dump_ip_header
.export ip_init .export ip_init
.export ip_process .export ip_process
.export ip_calc_cksum .export ip_calc_cksum

View File

@ -339,7 +339,7 @@ udp_send_internal:
lda #ip_proto_udp ; set protocol lda #ip_proto_udp ; set protocol
sta ip_outp + ip_proto sta ip_outp + ip_proto
; jsr dbg_dump_udp_header ; jsr dbg_dump_udp_header
jmp ip_send ; send packet, sec on error jmp ip_send ; send packet, sec on error