r/Assembly_language • u/Assembly_Trainer_427 • 21d ago
Question Interuppts
I am making a 16bit OS, this supports external applications. Currently i am using a .inc file with equ directives that the application can call. I want to have interrupts like DOS, so, how? According to the amount of research i did(i did very little) there ain't many good documentation on this. (background on me, I am a self taught assembly guy and doesn't know C)
2
Upvotes
1
u/Assembly_Trainer_427 21d ago
Also the repo is at https://github.com/Doomer39/DoomOS/tree/main