How would you use inline assembly coding to create a delay of one CPU clock cycle?
asm volatile (“nop”)
C keyword to quit a function immediately
Return
C keyword to terminate a loop immediately
Break
C keyword for forcing the next iteration of a loop to start immediately
Continue
How many bits in a char
8
How many bits in an int
16 bits
How many bits in a long int
32
What does the data direction register do?
Used to configure port pins as input or output
What does the port register (PORTx) do?
Used to write output data to port
What does the input pin address (PINx) do?
Used to read data from port
What is the role of the header file
in a C program?
Contains All the register definitions