• ASM
    How to use ASM into C code compiled by µVision ?
  • 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: ...
  • asm compilation
    for at89c2051 what steps should be followed to compile .asm files and get hexcode? i looked the help menu and couldnt get it. i too searched for the topics at other posts. there were articles related...
  • *.asm *.? uVision2
    I can't seem to make files other than *.a51, *.c to highlight comments and what not. Instead files such as *.asm are just solid black and white. I told the program it was an assembly file but it still...
  • MOV in ASM
    if my ASM code is previously coded to run for 256Byte internal RAM of MCU (use MOV instruction) and i now need to change to external 2Kbyte RAM (use MOVX), then should i change R7 to R7:R6 because R7...