The document provides a table of DOS interrupts (INT 21h) detailing various functions such as reading input, displaying output, and file management. It also includes an ASCII table that lists decimal, hexadecimal, and binary representations of characters along with their descriptions. This information is essential for understanding basic DOS operations and character encoding.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
DOS_Interrupts_ASCII_Table
The document provides a table of DOS interrupts (INT 21h) detailing various functions such as reading input, displaying output, and file management. It also includes an ASCII table that lists decimal, hexadecimal, and binary representations of characters along with their descriptions. This information is essential for understanding basic DOS operations and character encoding.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Table of DOS Interrupts (INT 21h)
Function (AH) Description
01h Read a character from standard input with echo 02h Display a character on standard output 09h Display a string on standard output 0Ah Buffered input 0Ch Clear keyboard buffer and invoke standard input 25h Set interrupt vector 2Ah Get system date 2Ch Get system time 30h Get DOS version 3Ch Create a file 3Dh Open a file 3Eh Close a file 3Fh Read from a file 40h Write to a file 41h Delete a file 42h Move file pointer 4Ch Terminate a program
ASCII Table
Dec Hex Binary Char Description
0 00 00000000 NUL Null character 1 01 00000001 SOH Start of heading 2 02 00000010 STX Start of text 3 03 00000011 ETX End of text 4 04 00000100 EOT End of transmission 5 05 00000101 ENQ Enquiry 6 06 00000110 ACK Acknowledge 7 07 00000111 BEL Bell 8 08 00001000 BS Backspace 9 09 00001001 TAB Horizontal Tab 10 0A 00001010 LF Line Feed 32 20 00100000 (space) Space 65 41 01000001 A Capital A 97 61 01100001 a Lowercase a 127 7F 01111111 DEL Delete