• Convert *.ROM to Writing language
    Hi,everybody! It's great to discuss together about everythings. Would you please help me! Can we convert the *.ROM to Writing Language? Would you please help me! Thanks!
  • how can I place a constant in flash rom
    Hi,all friends: I declared a constant arry : unsigned char index_htm[1108] = { 0x3c, 0x68, 0x74, 0x6d, 0x6c, 0x3e, 0x0d, 0x0a, 0x0d, 0x0a, 0x3c, 0x68, 0x65, 0x61, 0x64, 0x3e, 0x0d, 0x0a, 0x3c...
  • How write constant data in code memory??
    I try to write a constant data in code memory, and when I try : ?co?Data_name?Module_name(address) In the linker segment option, I have a link error (can't find segment). But when I try with a fuction...
  • Constant Type
    Hi All,, I could not understand about what is meant by Type of a constant data type ?? forexample why is it needed to write a constatnt like 0x123455678L .. what does this trailing L means ?? What...
  • About constants
    Can anybody tell me how constants are stored in a 8051 application. If it is prom- able to write it to the PROM and how it will be accessed during program execution? thanks. regards...