comparison level1/cmds/telnet.as @ 2808:6ad3087af262 lwtools-port

Fixed issue with telnet putting out junk data at first connect.
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 01 Feb 2013 21:49:16 -0600
parents 3b7b5021f8bc
children d660d443fe5f
comparison
equal deleted inserted replaced
2807:3b7b5021f8bc 2808:6ad3087af262
507 fcb $8C 507 fcb $8C
508 dodont lda #DONT 508 dodont lda #DONT
509 fcb $8C 509 fcb $8C
510 dowont lda #WONT 510 dowont lda #WONT
511 sta telctrlbuf+1,u 511 sta telctrlbuf+1,u
512 pshs x,y
512 ldy #3 513 ldy #3
513 lda netpath,u 514 lda netpath,u
514 pshs x
515 leax telctrlbuf,u 515 leax telctrlbuf,u
516 os9 I$Write 516 os9 I$Write
517 puls x 517 puls x,y
518 lbra procbuf 518 lbra procbuf
519 519
520 endsect 520 endsect