I'm trying to use an external variable in assembly. My goal is to declare and initialize an unsigned 16-bit integer variable in the c file and be able to output the value of the variable to portb using the assembly code in a separate source file. My probl..
↧