Hi, i got this this error while trying to add some assembly code to my C. How do i activate the src-control? Any help is appreciated. Thank you! error C272: 'asm/endasm' requires src-control to be active
Sorry for cut & paste my entire code here, i just want to make sure that i got everything right. Thanks
" i just want to make sure that i got everything right." No: you need to put the delay routine in a separate 'C' file - all on its own. It is only the delay function that you want in assembler - you are currently converting main() as well!