summaryrefslogtreecommitdiff
path: root/macros.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-08-04 06:16:53 +0000
committerhpa <hpa>2004-08-04 06:16:53 +0000
commit090ff3d4015be69e5f24e1483d298b53c14a2e57 (patch)
treee00f136479429e5e8b69fedfccf420d42065494c /macros.inc
parentda900b66fdec8f6c4609df2ce72881bd3f6987a8 (diff)
downloadsyslinux-2.11-pre2.tar.gz
Move ASCII macros to macros.incsyslinux-2.11-pre2
Diffstat (limited to 'macros.inc')
-rw-r--r--macros.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros.inc b/macros.inc
index f8d622fa..02aecd01 100644
--- a/macros.inc
+++ b/macros.inc
@@ -103,7 +103,9 @@
;
; ASCII
;
-CR equ 13
-LF equ 10
+CR equ 13 ; Carriage Return
+LF equ 10 ; Line Feed
+FF equ 12 ; Form Feed
+BS equ 8 ; Backspace
%endif ; _MACROS_INC