   jmp  ipl  
<pre>   org 40H
ipl:
<pre>    mov P1,#055H 
do_nothing: 
<pre>    nop 
<pre>    jmp do_nothing  
<pre>    end
