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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/29/03 08:29
Read: times


 
#37614 - db
Hi,

I am into using lookup table for a project and
i want to know the usage of db . I think it
is not mentioned in the manual .

_asm;
sdsea: db 0x002,0x003
mov dptr,#sdsea
_endasm;

I get the following error :
?ASXXXX-error -<o> in line 301 of kari.asm
<o>.org in REL area or
directive/mnemonic error
removing kari.rel
kari.rel : cannot open

how to use db in sdcc ? any other alternative ??

karthik bala guru



List of 13 messages in thread
TopicAuthorDate
db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
RE: db            01/01/70 00:00      
Please read manual first            01/01/70 00:00      
   RE: Please read manual first/Craig            01/01/70 00:00      

Back to Subject List