• assembly language
    I wanna learn assembly language but I read this. is it true? Oh, and by the way: forget any and all thoughts of writing your program in assembly language. It ain't gonna happen, no matter what...
  • Assembly language
    Dear All, I am very much new to the keil assembler and c language usage in embedde programming. Can anybody help me to sort out some of my problems ? 1. Can I access any of the flags using C language...
  • Assembly language
    i would like to display the numbers in LCD, i am using a count button, for each increment upt o 9 i am able to display after that i have problem, following is the code i used ;***********subroutin...
  • Using global variables of C by assembly language
    How do I use global variables defined in the C for the asembly program? for example char my_var int main() { ..... } I want access to my_var from the startup.s file Can you give...
  • Variable declaration
    I am lost in this : Define src_ptr and dest_ptr at address 0x20001000 & 0x20002000 without assembler directives. What should I do?