From fbe507eb900dc42983ea93adce062b333dc2990d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 19 Jun 2008 16:32:57 -0700 Subject: [PATCH] core/writedec.inc: fix comment Decimal, not hex... --- core/writedec.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/writedec.inc b/core/writedec.inc index 235943d2..10bf7bae 100644 --- a/core/writedec.inc +++ b/core/writedec.inc @@ -18,7 +18,8 @@ section .text ; -; writedec[bwl]: Write a hex number in (AL, AX, EAX) to the console +; writedec[bwl]: Write an unsigned decimal number in (AL, AX, EAX) +; to the console ; writedecb: pushad -- 2.11.4.GIT