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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/14/01 15:01
Read: times


 
#13208 - RE: collision with relocation segment
Hi Mr. Cheok Yan Cheng

You're right about your code. you can use

mov sp,#any

It's correct but reserving is more than declarartion. it protect your memory location.
you can be sure that when you add another memory it won't be overlap with others.

For my experiences I use C and assembly together.In C there's no need to manage your physical memory directly
(compiler will handle it)
so reserving segment is needed in assembly .For protect using of these memory area.

List of 8 messages in thread
TopicAuthorDate
collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: collision with relocation segment            01/01/70 00:00      
RE: for Cheok Yan Cheng            01/01/70 00:00      

Back to Subject List