Jump to content
xisto Community
Sign in to follow this  
xor_xor_xor

Ralf Brown's Interrupt List

Recommended Posts

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

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 MODE
you'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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.