• What about diskonchip?
    has somebody used the Diskonchip of M-systems?.. I have a chip, but i don't know how to read or write the memory... how you do this?...
  • What about diskonchip?
    has somebody used the Diskonchip of M-systems?.. I have a chip, but i don't know how to read or write the memory... how you do this?...
  • what's about ?C?ISTPTR???
    Hi, In my c file,when i compile this file,the compiler reported this warning! *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ISTPTR and it generated " LCALL ?C?ISTPTR ",but i could...
  • what's about ?C?ISTPTR???
    Hi, In my c file,when i compile this file,the compiler reported this warning! *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?ISTPTR and it generated " LCALL ?C?ISTPTR ",but i could...
  • What a mess! (about structures)
    The following is a part of one of my source file: struct s{char *p}; struct s code a = {"string1"}; struct s code b = {"string2"}; I wonder how the structures, 'a' and 'b', are arranged in the memory...