]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/DEV/KEYBOARD/KDFEOF.ASM

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / DEV / KEYBOARD / KDFEOF.ASM
1
2
3
4 PAGE ,132
5 TITLE DOS Keyboard Definition File
6
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;; DOS - NLS Support - Keyboard Definition File
9 ;; (c) Copyright 1988 Microsoft
10 ;;
11 ;; This file contains the eof marker for the entire table
12 ;; and the keyboard.sys copyright
13 ;;
14 ;; Linkage Instructions:
15 ;; Refer to KDF.ASM.
16 ;;
17 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18 ;;
19 ;;
20 CODE SEGMENT PUBLIC 'CODE' ;;
21 ASSUME CS:CODE,DS:CODE ;;
22 ;;
23 ;;
24 ;;
25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26 include copyrigh.inc
27 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28 DB 1AH ;; EOF
29 ;;
30 CODE ENDS ;;
31 END ;;
32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;