• ASM
    How to use ASM into C code compiled by µVision ?
  • ASM CRC
    Hello All, I have this asm crc calculation code: ADDCHECK PUSH ACC ;for 8031 ADD A,CHEKSUM RLC A JC ADCK3 XRL A,#11011101b ;(#0DDh) ADCK3 MOV CHEKSUM,A CLR C ;if CHK >= 244 then CHK= CHK...
  • ASM to C
    Hi I have a ASM code of 80c597a , and deciphering that ASM code to understand what the actual connection of the core would have been ,is getting very tiring . Can anyone help me with some sort of decompiler...
  • 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...