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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/04/01 14:23
Read: times


 
#13811 - RE: when to use "CSEG" segment directive
Hi Sally!
If you are placing datas in code rom - yes. But if you want to place data outside of code rom (f.e. external memory, data memory ram) you have to use XSEG, DSEG, CSEG.
A few months ago I have wrote assembler program which has been using ORG instead of CSEG for characters' patterns, labels etc. Now, the program is translated to new enviroment and I have changed org to cseg. Program is working the same way.

Good luck,
Jacek


List of 5 messages in thread
TopicAuthorDate
when to use "CSEG" segment directive            01/01/70 00:00      
RE: when to use "CSEG" segment directive            01/01/70 00:00      
RE: when to use "CSEG" segment directive            01/01/70 00:00      
RE: when to use "CSEG" segment directive            01/01/70 00:00      
RE: when to use \            01/01/70 00:00      

Back to Subject List