• ASM
    Hi everybody I am using uVision2. How can I add an asembler code to C project? Thanks Kobi
  • What is this asm code doing??
    Hi all Can anyone tell what is this asm code doing?? what is the _?ix1000 doing?? MOV R3,#0FFH MOV R2,#HIGH _?ix1000 MOV R1,#LOW _?ix1000 PUSH AR3 PUSH AR2 PUSH AR1 MOV R3,#00H MOV...
  • translating asm code
    Hello I want to start to build a project with 8031 MCU. I have all documentation and source code, but no success with translating to object code. I try with several programs and get different errors...
  • 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...
  • query on coding in asm
    sir, I am a beginner in embedded designing. I have to make a project in 8052 microcontroller. I have got the evaluation software. Can you guide me how to write assembly language code in it(how...