uCsim, Copyright (C)  Daniel Drotos.
uCsim comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
var init rom[0x0000]
var main rom[0x0002]
var forever rom[0x0005]
dc 0x0000 0x0005

0x0000    <init>:
0x0000  ? 0000      nop                           
0x0001  ? 0002      UNKNOWN/INVALID                                  

0x0002    <main>:
0x0002  ? 2400      eor    r0,r0                  
0x0003  ? c001      rjmp   0x000005 <forever>                        
0x0004  ? 9403      inc    r0                                        

0x0005    <forever>:
0x0005  ? cfff      rjmp   0x000005 <forever>  
