Question: 2. The following putch function in C needs to be hand coded into assembly language. Give the function in assembly. On entry the value of
2. The following "putch" function in C needs to be hand coded into assembly language. Give the function in assembly. On "entry" the value of c is in the "A" (accumulator) register. (10) /* Function to put a character to the serial port */ void putchar(char c) { while(SCISI
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
