Q: Write assembly language (Terminate and Stay Resident) program that will print your complete VUID (only when specific timer ticks are lapsed) by hooking Timer Interrupt.       ...


Q: Write assembly language (Terminate and Stay Resident) program that will print your complete VUID (only when specific timer ticks are lapsed) by hooking Timer Interrupt.






Details:  In this program, you have to hook Timer Interrupt and write, your own Interrupt Service Routine (ISR) which will store timer count (tick count) In order to store total tick count, use a double word variable  As soon as tick count reaches last digit of your VUID, your VUID must be printed on the screen. You may treat VUID as a String and give its address and length as a parameter to the subroutine. As an alternative, you may also use String Instructions (like LODS or STOS for printing)   For Example: if student ID is BC180212356 then after 6 tick counts, BC180212356 should be displayed on the screen.




May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here