??? 10/18/05 04:19 Read: times |
#102526 - assembly codes with AT89C51 Responding to: ???'s previous message |
Suresh R said:
I developed assembly codes with AT89C51 as target device in Keil uV2 having A51 Macro assembler (Evaluvation version)
Should i add "Startup51.A" to my code to create my Hex file. Regard's Suresh. Yes you can add STARTUP51.A to your ASM code and see generated code at debugging time. You observe the difference between adding STARTUP file and without STARTUP file. You read in the mannual that why is that startup code is required. Do you mean to say that without adding startup file it is not developing hex file? Regards Sarang |