cancel
Showing results for 
Search instead for 
Did you mean: 

COSMIC .bit section

irmakci2
Associate II
Posted on April 25, 2006 at 08:58

COSMIC .bit section

2 REPLIES 2
irmakci2
Associate II
Posted on April 21, 2006 at 12:54

Hi I want to use global bit and I read the document which was cross tutorial.We had had to declare .bit section in link file.But how to allocate to link file

example my link file is

+seg .text -b 0xfa00 -n .text # program start address

+seg .const -a .text # constants follow code

+seg .bsct -b 0x80 -m 0x80 # data start address

+seg .ubsct -n iram # uninitialized zero page

#

# define the .share segment when using compact or memory models only

#

+seg .share -a iram -n share -is # shared segment

Where and how should I allocate .bit section and which address if it is possible???Please help me?And Is ıt required identifier such as extern like global variables?

luca239955_st
Associate III
Posted on April 25, 2006 at 08:58

see answer in the other post.

Luca