VESA library: add support for reading lss16 images
[profile/ivi/syslinux.git] / writehex.inc
index bcb7868..1dbe4ab 100644 (file)
@@ -1,7 +1,6 @@
-;; $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
@@ -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
-