• using and compiling with #pragma ASM
    I wanted to use the inline assembly code with C and hence added the assembly code as follows in the last line of the program as follows #include<reg51.h> float test; unsigned int t_first,t_second...
  • asm compilation help
    how to test .asm program written for at89c2051 in microvision3? is it impossible to do it using microvision3? please help
  • Error compiling asm code
    Hi again, IÂ'm trying to compile the following code (with the SRC directive actived): void alfa (void) { #pragma ASM JMP $ ; endless loop #pragma ENDASM } but an error has occurred in other...
  • 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 ?