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 project passed down by other ppl. I have an existing main.a51 and a HEX file. I'm using uVision2 for this prjt, but i do not know how to start with it as most of the example i saw is written in C. Are they the same? That means i add the assembly file, i.e. main.a51 in the Target 1> Source Group 1 folder then build the target will do? I'm very lost, pls help. Thanx. regards
Take a look to the project: C:\Keil\c51\Examples\A51 and to the file C:\Keil\C51\ASM\Template.A51
Hi, Thanx alot for the links. So... when i finish the coding and I build the Target, i got (0) Errors and (0) Warnings. But for BUILD, it only tells us whether is there any syntax error. And I can't find COMPILE in the uVision2 that I use. How can i check whether it perform as i wish? After building, i got Main.a51, Main.lts, Mian.obj, Project.hex, Project, Project.lnp, Project and Project.m51. thanx. regards
I think you should read the manual c:\keil\c51\hlp\gs51.chm.
even more important is "the bible" re assembler chapter 2 is MAMNDATORY. Erik here are the links to "the bible" Chapter 1 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_ARCH_1.pdf chapter 2 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_PROG_GUIDE_1.pdf chapter 3 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_HARDWARE_1.pdf