• Lookup table in assembly
    Hi, I need to write a lookup table in assembly so I'm looking for some example or docu hint. I remember spitting through the C:\Keil directories seeing something like that but I can't find it...
  • Lookup table in assembly
    Hi, I need to write a lookup table in assembly so I'm looking for some example or docu hint. I remember spitting through the C:\Keil directories seeing something like that but I can't find it...
  • C mixed with assembler
    I want to use C mixed with assembler. I wrote the following experimental program: void main(void){ char i,a[20]; for(i=0;i<20;i++)a[i]=i; #pragma ASM MOV A,#29H MOV R2,A ..etc.. #pragma ENDASM...
  • C mixed with assembler
    I want to use C mixed with assembler. I wrote the following experimental program: void main(void){ char i,a[20]; for(i=0;i<20;i++)a[i]=i; #pragma ASM MOV A,#29H MOV R2,A ..etc.. #pragma ENDASM...
  • Mixing C & Assembly
    Hi, How to mix C & assembly in Keil. I am using Keil V4.54.0.0 & LPC1317FBD48.