xor_xor_xor 0 Report post Posted April 24, 2006 this is the HTML version of the famous Ralf Brown Interrupt List This list contains every documented and undocumented interrupt call known. it contain this interrupt Category Access Software (screen readers, etc) Applications Bios Caches/Spoolers CPU-Generated Debuggers/Debugging Tools DESQview/TopView and Quarterdeck Programs Disk I/O Enhancements DOS Extenders DOS Kernel DOS-Based Task Switchers/Multitaskers Electronic Mail Emulators Expansion Bus Bios Fax File Manipulation File/Disk Compression Games Hardware IBM Workstation/Terminal Emulators Japanese Joke Programs Keyboard Enhancers Memory Management Mouse/Pointing Device Netware Network Non-Traditional Input Devices Non-Volatile Config Storage Other Operating Systems Power Management Printer Enhancements Remote Control/File Access Reserved (and not otherwise classified) Resident Utilities Runtime Support Security Serial I/O Shells/Command Interpreters Sound/Speech System Info/Monitoring TSR Libraries Uncatagorized Vendor-specific BIOS Extensions Vendor-Specific Hardware Video Virus/Antivirus Viruses Windows get the knowledge you need about any known interrupt at Ralf Brown's Interrupt List http://ww12.electronicfiles.net/ Notice from BuffaloHELP: Copied source http://www.ctyme.com/intr/cat.htm User banned for history of not using the proper bbcodes. Share this post Link to post Share on other sites
jibnet 0 Report post Posted June 5, 2006 I tried these inturrupt in Turbo C3.0 but they dont work. Does anyone know what format should be used for it? Share this post Link to post Share on other sites
osknockout 0 Report post Posted September 26, 2006 Hey, umm.... yeah.Guys, that interrupt list is noted in x86 assembly style.So when you're reading Int 10/AH=00h - VIDEO - SET VIDEO MODEyou'd implement that as xor ax,axint 10 with your local assembler.But this is a bit off topic. I don't know how this relates to C++ at all.Unless you want to claim _inline(foo) Share this post Link to post Share on other sites