From 3215714065178917644cf5b35f35d8553e6b69a0 Mon Sep 17 00:00:00 2001 From: jonnosan Date: Thu, 16 Apr 2009 10:57:12 +0000 Subject: [PATCH] git-svn-id: http://svn.code.sf.net/p/netboot65/code@114 93682198-c243-4bdb-bd91-e943c89aac3b --- client/ip65/tftp.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ip65/tftp.s b/client/ip65/tftp.s index a53ef05..e39d9c3 100644 --- a/client/ip65/tftp.s +++ b/client/ip65/tftp.s @@ -158,7 +158,7 @@ set_tftp_opcode: stax tftp_opcode lda #tftp_initializing sta tftp_state - ldax #00 + ldax #0000 stax tftp_current_block_number ldax tftp_load_address stax tftp_current_memloc @@ -331,7 +331,7 @@ send_tftp_packet: ;TFTP block should be created in tftp_outp, we just add the UD got_expected_block: lda tftp_current_block_number inc tftp_current_block_number - bcc :+ + bne :+ inc tftp_current_block_number+1 : lda #tftp_transmission_in_progress