mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-03 19:30:21 +00:00
Some minor changes.
This commit is contained in:
parent
09a98a6372
commit
fccc7e2dc2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user