In our assembly class, we have to do a timer in assembler where you will put a value in seconds and the computer will display the count-down.
We're supposed to use the interrupt 8H wich provides a signal every 54.9254 milliseconds. This interrupt calls the software interrupt 1CH, wich is an "empty" function where we can put what we want.
Our teacher told us not to use the " INT 8H" call in our program... He says we don't need it... Why??? Usually when we use interrupts we always called the INT <interrupt number>, but now we can't... How can you do this? I'm sorry if I'm not clear, I'm pretty mixed up myself.
Can someone tell me what the program would look like? It's assembler for x86 architecture...
We're supposed to use the interrupt 8H wich provides a signal every 54.9254 milliseconds. This interrupt calls the software interrupt 1CH, wich is an "empty" function where we can put what we want.
Our teacher told us not to use the " INT 8H" call in our program... He says we don't need it... Why??? Usually when we use interrupts we always called the INT <interrupt number>, but now we can't... How can you do this? I'm sorry if I'm not clear, I'm pretty mixed up myself.
Can someone tell me what the program would look like? It's assembler for x86 architecture...
