about using asm in KEIL

hi
i am using a evaluation version of keil...i would like to know how i can use asm instructions when i am c-language.for example mov A,#10h and what is inline assmebly means...

Parents
  • i would like to know how i can use asm instructions when i am c-language.for example mov A,#10h and what is inline assmebly means...
    "i am c-language.for example mov A,#10h " that would REALLY screw it up, how do you know what the compiler is using a for at that time.

    "inline assmebly means" in Keil it means a crunny method of inserting assembler statements in C code.

    If you are not 125% absolutotally sure you know what you are doing avoid inline assmbly.

    Erik

Reply
  • i would like to know how i can use asm instructions when i am c-language.for example mov A,#10h and what is inline assmebly means...
    "i am c-language.for example mov A,#10h " that would REALLY screw it up, how do you know what the compiler is using a for at that time.

    "inline assmebly means" in Keil it means a crunny method of inserting assembler statements in C code.

    If you are not 125% absolutotally sure you know what you are doing avoid inline assmbly.

    Erik

Children
More questions in this forum