diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Board/EM/Csm/oem16sig.asm | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Board/EM/Csm/oem16sig.asm')
-rw-r--r-- | Board/EM/Csm/oem16sig.asm | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Board/EM/Csm/oem16sig.asm b/Board/EM/Csm/oem16sig.asm new file mode 100644 index 0000000..defb1df --- /dev/null +++ b/Board/EM/Csm/oem16sig.asm @@ -0,0 +1,46 @@ + + TITLE OEM16SIG.ASM - The OEM signature definition file + +;********************************************************************** +;********************************************************************** +;** ** +;** (C)Copyright 1985-2010, American Megatrends, Inc. ** +;** ** +;** All Rights Reserved. ** +;** ** +;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +;** ** +;** Phone: (770)-246-8600 ** +;** ** +;********************************************************************** +;********************************************************************** + +;**************************************************************************** +; $Header: /Alaska/SOURCE/Modules/CSM/Generic/OEM Hooks/oem16sig.asm 2 1/12/10 11:50a Olegi $ +; +; $Revision: 2 $ +; +; $Date: 1/12/10 11:50a $ +;**************************************************************************** + +OEM16SIG_CSEG SEGMENT PARA PUBLIC 'CODE' USE16 + + db "$OEM$FUN" + +OEM16SIG_CSEG ENDS + +END + +;********************************************************************** +;********************************************************************** +;** ** +;** (C)Copyright 1985-2010, American Megatrends, Inc. ** +;** ** +;** All Rights Reserved. ** +;** ** +;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 ** +;** ** +;** Phone: (770)-246-8600 ** +;** ** +;********************************************************************** +;********************************************************************** |