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.
Using c51/a51/bl51 is there a simple way to guarantee that a copyright message will appear in the code memory immediately following the interrupt vectors? in advance, thanks Erik
How about the following assembly file?
cseg at 100h COPYRIGHT: DB "Copyright (c) 2001 Keil Software, Inc.", 0 end