I want to write few assembly instructions during I'm writting a C code for my 89C52 microcontroller. Do you know How? I don't want write another asm file and link it to my C file. thanx
//here is a sample of Keil C51 main() { #asm mov a,b #endasm } // and you must set two options about 'SRC..' of this file. To right hit this file in the file tree -->Options for file..