annotate run/html_entity_box.html @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents 9a121126b077
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
2 <html>
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
3 <head><title>dstress.run.html_entity_box</title></head>
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
4 <body><pre><CODE>
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
5 module dstress.run.html_entity_box;
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
6
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
7 int main(){
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
8 static assert('&boxdl;' == 0x2510);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&boxdL;' == 0x2555);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&boxDl;' == 0x2556);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&boxDL;' == 0x2557);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&boxdr;' == 0x250C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&boxdR;' == 0x2552);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&boxDr;' == 0x2553);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&boxDR;' == 0x2554);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&boxh;' == 0x2500);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&boxH;' == 0x2550);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&boxhd;' == 0x252C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&boxHd;' == 0x2564);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&boxhD;' == 0x2565);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&boxHD;' == 0x2566);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&boxhu;' == 0x2534);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&boxHu;' == 0x2567);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&boxhU;' == 0x2568);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&boxHU;' == 0x2569);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&boxul;' == 0x2518);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&boxuL;' == 0x255B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&boxUl;' == 0x255C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&boxUL;' == 0x255D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
30 static assert('&boxur;' == 0x2514);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
31 static assert('&boxuR;' == 0x2558);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 static assert('&boxUr;' == 0x2559);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
33 static assert('&boxUR;' == 0x255A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
34 static assert('&boxv;' == 0x2502);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
35 static assert('&boxV;' == 0x2551);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
36 static assert('&boxvh;' == 0x253C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
37 static assert('&boxvH;' == 0x256A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
38 static assert('&boxVh;' == 0x256B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
39 static assert('&boxVH;' == 0x256C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
40 static assert('&boxvl;' == 0x2524);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
41 static assert('&boxvL;' == 0x2561);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
42 static assert('&boxVl;' == 0x2562);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
43 static assert('&boxVL;' == 0x2563);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
44 static assert('&boxvr;' == 0x251C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
45 static assert('&boxvR;' == 0x255E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
46 static assert('&boxVr;' == 0x255F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
47 static assert('&boxVR;' == 0x2560);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
48
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
49 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
50 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
51 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
52 </html>