• MAC Station Address conventions
    An ARM7 MAC station address question: My NXP LPC2468 manual states that the station address 0 register MAC_SA0 expects the MAC address 1st octet to be loaded to bits 15:8, the 2nd octet to be loaded...
  • MAC Station Address conventions
    An ARM7 MAC station address question: My NXP LPC2468 manual states that the station address 0 register MAC_SA0 expects the MAC address 1st octet to be loaded to bits 15:8, the 2nd octet to be loaded...
  • What's the naming convention of C Compiler generated symbol ?
    After compiling, CARM will automatically generate some new symbol(segment, module) or change the variable/function name, such as ?CON?Hello, ?C_CLRSEG, ?PR?main?Hello, ?C?INIT, ?PR?strlen?T?strlen, ?DT0...
  • What's the naming convention of C Compiler generated symbol ?
    After compiling, CARM will automatically generate some new symbol(segment, module) or change the variable/function name, such as ?CON?Hello, ?C_CLRSEG, ?PR?main?Hello, ?C?INIT, ?PR?strlen?T?strlen, ?DT0...
  • Calling convention
    I have some questions. What is the calling convention? What registers are used to pass parameters? What registers are used to return a result? What registers need to be preserved during a call...