From 39d718afcff131abf9c12f89357e7e387d7892d5 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 2 Dec 2018 12:49:15 -0800 Subject: 4816 --- html/subx/051test.subx.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/subx/051test.subx.html') diff --git a/html/subx/051test.subx.html b/html/subx/051test.subx.html index 89ebfd20..cf70c9bc 100644 --- a/html/subx/051test.subx.html +++ b/html/subx/051test.subx.html @@ -24,6 +24,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } .Constant { color:#00a0a0; } +.subxFunction { color: #ff8700; } .SpecialChar { color: #ff0000; } --> @@ -83,7 +84,7 @@ if ('onhashchange' in window) { 21 cd/syscall 0x80/imm8 22 23 # print msg to stderr if a != b, otherwise print "." -24 check-ints-equal: # (a : int, b : int, msg : (address array byte)) -> boolean +24 check-ints-equal: # (a : int, b : int, msg : (address array byte)) -> boolean 25 # . prolog 26 55/push-EBP 27 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -107,7 +108,7 @@ if ('onhashchange' in window) { 45 # . return 46 eb/jump $check-ints-equal:end/disp8 47 # otherwise print error message -48 $check-ints-equal:else: +48 $check-ints-equal:else: 49 # . _write(2/stderr, msg) 50 # . . push args 51 8b/copy 1/mod/*+disp8 4/rm32/sib 5/base/EBP 4/index/none . 1/r32/ECX 0x10/disp8 . # copy *(EBP+16) to ECX @@ -127,7 +128,7 @@ if ('onhashchange' in window) { 65 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP 66 # increment Num-test-failures 67 ff 0/subop/increment 0/mod/indirect 5/rm32/.disp32 . . . Num-test-failures/disp32 # increment *Num-test-failures -68 $check-ints-equal:end: +68 $check-ints-equal:end: 69 # . restore registers 70 5b/pop-to-EBX 71 59/pop-to-ECX -- cgit 1.4.1-2-gfad0 tik/mu/blame/cpp/999spaces.cc?h=hlt&id=be3fb4e139cff16a472fcde00642bf891e953aaf'>^
be3fb4e1 ^



8a7ad05a ^
9a81d746 ^
ec99eb7a ^
82c04e61 ^
be3fb4e1 ^
82c04e61 ^

be3fb4e1 ^


13ba3def ^


1fad5eef ^
be3fb4e1 ^
7feea75b ^


c442a5ad ^



dfdfc7e9 ^


215365d4 ^

215365d4 ^

67bc24e7 ^
215365d4 ^
dfdfc7e9 ^
215365d4 ^
808e171d ^
1ead3562 ^
5d2a486d ^
f7631430 ^
f78f1907 ^
04209f72 ^
87f1cf60 ^

f78f1907 ^
5d2a486d ^


8a70ff4d ^
215365d4 ^


215365d4 ^
5d2a486d ^
dfdfc7e9 ^
215365d4 ^
f7631430 ^
215365d4 ^
5d2a486d ^

215365d4 ^
5d2a486d ^
1ead3562 ^
5d2a486d ^
1ead3562 ^
215365d4 ^
dfdfc7e9 ^
691b529e ^












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86