hi, I have a simple question concerning the demo version of uVision 2. I wrote a simple test program in assembler which just switches an LED and it runs perfect with my target eprom. I define a offset, so that nothing can be linked into the memory from 0x0 - 0x8000
offset equ 0x8000 cseg at reset ds offset cseg at reset+offset jmp init_cpu ORG offset+0x100 program starts here...
The problem is, I'm not sure if my eprom simulator works You may try it in the µVision2 simulator.