mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-14 11:05:14 +00:00
Some minor changes.
This commit is contained in:
parent
a242bcf176
commit
b216fa92c7
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user