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

        Create a file with handle (INT 21h, 3Ch - CREAT)

        Entry:
          AH = 3Ch
          CX = attributes for file
          DS:DX = address of ASCIZ filename
        Return:
          CF = 1 if error
                  AX = Error Code
          CF = 0 successful
                  AX = file handle
        Note:
           If a file with the given name exists, it is truncated to
           zero length

See Also: INT 21h, 3Dh INT 21h, 5Bh Error codes

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