Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  The services introduced with DOS versions 2 and 3 have three important new
  features that directly affect the way you use the services:

  .  Most of the functions return a set of consistent error codes in the AX
     register.

  .  All functions that use string input require a special string format
     known as the ASCIIZ format--a string of ASCII characters terminated by
     a single zero byte.

  .  The newer DOS functions use a 16-bit number called a handle, instead of
     an FCB, to identify the files and I/O devices that a program
     communicates with.

  We'll discuss each of these enhancements on the next few pages.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson