regs.al = 0x09; ?

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
Another Stupid Coder

regs.al = 0x09; ?

Post by Another Stupid Coder »

Hello,
In the last time i saw often code like this
regs.al = 0x09
for DOS/Windows (DJGPP) and now i want to ask how i can make that i can use the same way of acessing ASM-Regs (and doing interrupts) in C for my OS?
I hope you'll help me :)
Post Reply