Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/10/04 10:26
Read: times


 
#73946 - Begin at the Beginning
Responding to: ???'s previous message
soumendra satapathy said:
my prob is that i am using a evaluation version of keil , which offsets my memory , it does not start at 00h . so it exceeds my 4k limit of the AT89C51.

The product is doing exactly what it says on the tin:

http://www.keil.com/demo/limits.htm

soumendra satapathy said:
is there any way ( i am also searching) i can set my cseg at 00h

Not with the Free evaluation version - see above.

If you want Free or cheap tools, click the 'Links' button on the left.

soumendra satapathy said:
i am aware of asm /endasm directive , but not able to follow the SRC portion . the things given in the C51 manual is going over my head

Reall?!
Here is the Keil Manual page for using the ASM Directive:

http://www.keil.com/support/m...51_asm.htm

It gives you four bullet points stating clearly and precisely, step-by-step, what you need to do.
I don't think anyone could put it much simpler?

soumendra satapathy said:
the things given in the C51 manual is going over my head

You get that when you jump in at the deep end!

You need to start with the basics: read the uVision Getting Started guide, and work through the example projects in it.

This will give you a proper introduction to the tools, starting at the shallow-end!

Note that the examples in the Getting Started guide can be run in the Simulator, so the offset won't be a problem.



List of 7 messages in thread
TopicAuthorDate
inline assembly            01/01/70 00:00      
   RE: inline assembly            01/01/70 00:00      
   Begin at the Beginning            01/01/70 00:00      
   RE: inline assembly specifically            01/01/70 00:00      
   Keil - Cheap Alternative            01/01/70 00:00      
      RE: Keil - Cheap Alternative            01/01/70 00:00      
         RE: Keil - Cheap Alternative            01/01/70 00:00      

Back to Subject List