From 8bb5d26cf13efae2574cd8a2afea1812f4216539 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 1 Dec 2020 00:33:12 -0800 Subject: 7311 --- html/407print-int32-decimal-right-justified.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/407print-int32-decimal-right-justified.mu.html') diff --git a/html/407print-int32-decimal-right-justified.mu.html b/html/407print-int32-decimal-right-justified.mu.html index 55fd45c1..c62978e9 100644 --- a/html/407print-int32-decimal-right-justified.mu.html +++ b/html/407print-int32-decimal-right-justified.mu.html @@ -59,7 +59,7 @@ if ('onhashchange' in window) { 1 # print 'n' with enough leading spaces to be right-justified in 'width' 2 fn print-int32-decimal-right-justified screen: (addr screen), n: int, _width: int { 3 # tweak things for negative numbers - 4 var n-width/eax: int <- decimal-size n + 4 var n-width/eax: int <- decimal-size n 5 var width/ecx: int <- copy _width 6 { 7 compare n-width, width -- cgit 1.4.1-2-gfad0