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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/29/01 22:49
Read: times


 
#12921 - RE: Keil Compiler
hi mohit,
of course it does support networking but that depends
on the package u got.
assigning a=b could be legal depending on
the structure type u declare.
as to data types :
the data type has the fastest access to variables
since it Directly addresses internal data memory.
the idata type variable allows u to access all
the 256bytes of internal memoy.
the bdata Bit-addressable internal data memory,
it offers both bit and byte access.
the xdata type accesse upto (64 KBytes) of
external memory with the MOVX @DPTR.
the pdata type is similar except that
it allows access to a full page of 256 bytes of
external memory: same effect as using MOVX @Rn
in assembly opcode.

now obviously u're a beginner, i can assist u with
some help from time to time.

happy programming!
mourad

List of 7 messages in thread
TopicAuthorDate
Keil Compiler            01/01/70 00:00      
RE: Keil Compiler            01/01/70 00:00      
RE: Keil Compiler            01/01/70 00:00      
RE: Keil Compiler - Source Browser            01/01/70 00:00      
RE: Keil Compiler            01/01/70 00:00      
RE: Keil Compiler            01/01/70 00:00      
mourad            01/01/70 00:00      

Back to Subject List