INSIDE MICROSOFT BASIC SUBSCRIBER,

Corrections to "Calling interrupt routines"

One line was miscopied into the article from the original code
for the example on getting the DOS version number.

The correct line to calculate the minor version number should be

	MinorVersion = Regs.AX \ 256
