• about asm !
    Hello: I have learned C-language,but not applied.And now I'm studing Keil c based on 89plc936.Before I also programed on AT89S51 with asm.So I have some trouble in learning MACRO of asm and C.eg: ...
  • 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...
  • 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
  • ASM
    How to use ASM into C code compiled by µVision ?