• 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 ?
  • 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 *.? 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...
  • ASM + C
    I have a problem. My program with inline work, but when I add Printf or Scanf it do nothing. If smbd have working project with inline #pragma asm ... and Printf Help me, Please.