Programming Blog
Port I/O in Win32
One of the biggest problems encountered when using the Win32 API is a lack of good low level support for devices. DOS allows you to do anything you want, but Win32 runs in protected mode and will trap any access to device I/O instructions. …