⟩ Write an assembly code which can call function in a loop with al value from 0 to 9?
mov ro,#10h
here:
acall fun
inc a1
djnz ro,here
mov ro,#10h
here:
acall fun
inc a1
djnz ro,here
What is Page Fault or Page thrashing?
Can we use semaphore or mutex or spin lock in interrupt context in linux kernel?
DMA deals with which address (physical/virtual addresses)?
What is dirac delta function and its fourier transform and its importance?
WHAT IS THE DIFFERENCE BETWEEN TESTING AND VERIFICATION OF VLSI CIRCUIT?
While writing interrupt handlers (ISR), which are points needed to be considered?
Explain can microcontroller work independently?
Explain the difference between write through and write back cache?
What is the most complicated/valuable program you written in C/C++?
If not into production, how far did you follow the design and why did not you see it into production?