We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...