• How would you create a conditional %define in asm
    I'm tring to create a conditional address statement in my start167.a66. The goal is to be able to use the same start up file with different uv2 targets. one target would be stand-alone and the other target...
  • How would you create a conditional %define in asm
    I'm tring to create a conditional address statement in my start167.a66. The goal is to be able to use the same start up file with different uv2 targets. one target would be stand-alone and the other target...
  • How does memory get allocated when you declare a structure
    How does memory get allocated for the structure on Keil C51 8.x? Is it when I populated the contents of the structure right after declaring the structure does the memory get allocated. I am using a global...
  • How does memory get allocated when you declare a structure
    How does memory get allocated for the structure on Keil C51 8.x? Is it when I populated the contents of the structure right after declaring the structure does the memory get allocated. I am using a global...
  • Getting Error "Not in Formal Parameter List"!
    Hi All, I am using C51. I am getting an error "C132: Not in Formal Parameter list" to the main() function. also getting same error to the structures defined. please can anybody tell me why this is happaning...