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.
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
"assembly source file with '.a51' extension" That, of course, assumes that it's the 8051 tools. Other tools will differ!