• 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...
  • about if (a<= x) asm code
    Hi All In Keil C51 version 4 if (a<= 240) will get follow asm code MOV A,R7 SETB C SUBB A,#0F0H JNC ?C0001 In Keil C51 Version 5 will get follow asm code MOV A,R7 SETB C SUBB A,#0F0H MOV...
  • ASM
    Hi everybody I am using uVision2. How can I add an asembler code to C project? Thanks Kobi
  • about the steps of program ASM in C with Keil C.
    HI I have writen the next file,but it's wrong! In the source group 1,there are three flies:test.c, START900.A51 and C51S.LIB. why.....? //file name:test.c #ifdef ASM unsigned long shiftR1...
  • ASM
    How to use ASM into C code compiled by µVision ?