hi! i tried buliding target in keil in assembly language and it gave a cryptic error.. can anyone help me figure out how to build target or run a assembly language written code in keil... i can well do it in C but unable to figure it out using assembly.... Thanks.
"as far as the question of product is concern ...i m unable to makle out what u wannna know..." When you enter your message, immediately above the 'Summary' box is a box titled 'Product' - it's a drop-down list of Keil's Products; ie, C16x & ST10 Development Tools; C251 & 80C251 Development Tools; Cx51 & 8051 Development Tools; ARM7 Development Tools You should pick the one that describes the tools you are actually using. It now seems that would be "ARM7 Development Tools" And please stop the cute 'u' for "you", 'n' for "and", etc - if you really can't be bothered to make the effort to type them in full, then assembler programming is certainly not for you!
i m goin to use ARM tools.....
hi! thanks for assistance.. i used * STARTUP.S: Startup file for Philips LPC2000 and then th source file contained a very simple programme: TTL ch4ex1 - move16 AREA Program,CODE,READONLY Main LDRB R1,Value STR R1,Result SWI &11 Value DCW &C123 ALIGN Result DCW 0 END and th error i found was : undefined symbol _main(referred frm startup.o) indefinrd symbol _use_two_region_memory (referred frm startup.o) target not created. as far as the question of product is concern ...i m unable to makle out what u wannna know... i m goin to burn one of the arm philips LS series......... and to cret .exe n other linking i m tring to use KEIL microversion3 arm development tool kit ....which i dowmloded frm http://www.keil.com free of cost...
"assembly source file with '.a51' extension" That, of course, assumes that it's the 8051 tools. Other tools will differ!
You haven't said which product you're using, or what error you're getting, so it's impossible to say! Have you looked in your Examples folder...?
Hi DivyaKumar, Building target is the same in C and Assembly. Once you add your assembly source file with ".a51" extension to the source group you should be able to build the target using icons present in the build toolbar. Ramya
View all questions in Keil forum