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]

  Many interrupt 21H functions introduced in DOS versions 2 and 3 require
  you to pass file and directory names in the form of ASCIIZ strings. An
  ASCIIZ string is simply a string of ASCII characters terminated by a
  single zero byte that marks the end of the string. For example, the ASCIIZ
  representation of the pathname C:\COMMAND.COM would consist of the
  following 15 hexadecimal bytes:

                                                                   null
                                                                   byte
                                                                   |
                        +------------------------------------------.-+
  Characters-----------.|C |: |\ |C |O |M |M |A |N |D |. |C |O |M |  |
                        +--------------------------------------------+
  ASCII values (hex)---. 43 3A 5C 43 4F 4D 4D 41 4E 44 2E 43 4F 4D 00

  The ASCIIZ string format is commonly used within the UNIX operating system
  and the C programming language; it is only one of many new elements with a
  C/UNIX flavor introduced in DOS version 2.0.

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