interrupts & user libraries

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
northfuse

interrupts & user libraries

Post by northfuse »

I have a system interrupt (right now just int 46h) that then calls a gets(). But, the gets() doesn't work. It seems like there are no other interrupts getting fired. How do other system's implement the user libraries?
vishal.soni

Re:interrupts & user libraries

Post by vishal.soni »

Kindly refer this. May be you have the answer.
http://www.mega-tokyo.com/forum/index.p ... eadid=8997

Thank you for your time.
Vishal.
Post Reply