VESA library: add support for reading lss16 images
[profile/ivi/syslinux.git] / writehex.inc
index 4fd9164..1dbe4ab 100644 (file)
@@ -1,12 +1,11 @@
-;; $Id$
 ;; -----------------------------------------------------------------------
-;;   
-;;   Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
+;;
+;;   Copyright 1994-2008 H. Peter Anvin - All Rights Reserved
 ;;
 ;;   This program is free software; you can redistribute it and/or modify
 ;;   it under the terms of the GNU General Public License as published by
 ;;   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
-;;   Bostom MA 02111-1307, USA; either version 2 of the License, or
+;;   Boston MA 02111-1307, USA; either version 2 of the License, or
 ;;   (at your option) any later version; incorporated herein by reference.
 ;;
 ;; -----------------------------------------------------------------------
@@ -17,6 +16,7 @@
 ;; Write hexadecimal numbers to the console
 ;;
 
+               section .text
 ;
 ; writehex[248]: Write a hex number in (AL, AX, EAX) to the console
 ;
@@ -51,4 +51,3 @@ writehex_common:
                popad
                popfd
                ret
-