From 9a77780158842db6e4aa098f5027e030fc3bd878 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 22 May 2020 23:08:09 -0700 Subject: 6384 --- html/091write-int.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/091write-int.subx.html') diff --git a/html/091write-int.subx.html b/html/091write-int.subx.html index da0c18a9..476927ee 100644 --- a/html/091write-int.subx.html +++ b/html/091write-int.subx.html @@ -16,13 +16,13 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .subxS2Comment { color: #8a8a8a; } +.subxTest { color: #5f8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } .subxS1Comment { color: #0000af; } -.subxFunction { color: #af5f00; text-decoration: underline; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } -.subxH1Comment { color: #005faf; text-decoration: underline; } .Constant { color: #008787; } -.subxTest { color: #5f8700; } +.subxH1Comment { color: #005faf; text-decoration: underline; } --> @@ -77,7 +77,7 @@ if ('onhashchange' in window) { 17 8b/copy 1/mod/*+disp8 5/rm32/ebp . . . 7/r32/edi 8/disp8 . # copy *(ebp+8) to edi 18 # ecx = out->write 19 8b/copy 0/mod/indirect 7/rm32/edi . . . 1/r32/ecx . . # copy *edi to ecx - 20 # if (out->write >= out->length) abort + 20 # if (out->write >= out->size) abort 21 3b/compare 1/mod/*+disp8 7/rm32/edi . . . 1/r32/ecx 8/disp8 . # compare ecx with *(edi+8) 22 7d/jump-if->= $write-int:abort/disp8 23 $write-int:to-stream: -- cgit 1.4.1-2-gfad0