• About the code location
    I have a project for AT89c2051, which only include one file named main.c. the following is the content of main.c: sfr P1 = 0x90; void main() { P1 = 0x0a5; while(1); } in the dialog of ...
  • About the code location
    I have a project for AT89c2051, which only include one file named main.c. the following is the content of main.c: sfr P1 = 0x90; void main() { P1 = 0x0a5; while(1); } in the dialog of ...
  • Locating 2 parameters at the same address
    I am using an 8051 (C51/BL51) with no off-chip memory. I have two functions with parameters: void Detect( U8 iLed ) and static U8 INHSampleHandler( U16 u16Sample ) Now I understand...
  • Locating 2 parameters at the same address
    I am using an 8051 (C51/BL51) with no off-chip memory. I have two functions with parameters: void Detect( U8 iLed ) and static U8 INHSampleHandler( U16 u16Sample ) Now I understand...
  • how to location the start of a array at the specify address of RAM?
    how to location the start of a array at the specify address of RAM? Envirment:C51 ver:6.23 BL51 Ver:4.23