.title Delay 2 Seconds ; 2 second delay program to allow TCP/IP to start. .mcall .exit delay2: mov #wait,r0 ;.twait emt 375 clr r0 ;no reenter .exit wait: .byte 0,24 ;.twait .word 1$ 1$: .word 0 .word 2.*60. ;2. second timeout .end delay2