; after reset and interrupts
 
         org     0
-        goto    vector_reset
+;        goto    vector_reset
 
         org     000008h
-        goto    vector_interrupt_high
+;        goto    vector_interrupt_high
 
         org     000018h
-        goto    vector_interrupt_low
+;        goto    vector_interrupt_low
 
 ;****************************************************************************
 
 
 
 err_SOS        equ     0       ; msg 0 = SOS
 
+;****************************************************************************
+
+        code
 ;****************************************************************************
 
 ;----------------------------------------
        call    waiting
        bra     readout_loop
 
-;****************************************************************************
-
-        code
 
 ;****************************************************************************
 ; this is what happens when we panic