annotate run/html_entity_amsn.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_amsn</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_amsn;
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('&gnap;' == 0x2A8A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&gnE;' == 0x2269);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&gne;' == 0x2A88);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&gnsim;' == 0x22E7);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&lnap;' == 0x2A89);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&lnE;' == 0x2268);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&lne;' == 0x2A87);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&lnsim;' == 0x22E6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&nap;' == 0x2249);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&ncong;' == 0x2247);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&nequiv;' == 0x2262);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&nge;' == 0x2271);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&ngsim;' == 0x2275);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&ngt;' == 0x226F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&nle;' == 0x2270);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&nlsim;' == 0x2274);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&nlt;' == 0x226E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&nltri;' == 0x22EA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&nltrie;' == 0x22EC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&nmid;' == 0x2224);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&npar;' == 0x2226);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&npr;' == 0x2280);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
30 static assert('&nprcue;' == 0x22E0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
31 static assert('&nrtri;' == 0x22EB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 static assert('&nrtrie;' == 0x22ED);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
33 static assert('&nsc;' == 0x2281);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
34 static assert('&nsccue;' == 0x22E1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
35 static assert('&nsim;' == 0x2241);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
36 static assert('&nsime;' == 0x2244);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
37 static assert('&nsmid;' == 0x2224);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
38 static assert('&nspar;' == 0x2226);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
39 static assert('&nsqsube;' == 0x22E2);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
40 static assert('&nsqsupe;' == 0x22E3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
41 static assert('&nsub;' == 0x2284);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
42 static assert('&nsube;' == 0x2288);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
43 static assert('&nsup;' == 0x2285);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
44 static assert('&nsupe;' == 0x2289);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
45 static assert('&ntgl;' == 0x2279);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
46 static assert('&ntlg;' == 0x2278);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
47 static assert('&nvdash;' == 0x22AC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
48 static assert('&nvDash;' == 0x22AD);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
49 static assert('&nVdash;' == 0x22AE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
50 static assert('&nVDash;' == 0x22AF);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
51 static assert('&parsim;' == 0x2AF3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
52 static assert('&prnap;' == 0x2AB9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
53 static assert('&prnE;' == 0x2AB5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
54 static assert('&prnsim;' == 0x22E8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
55 static assert('&rnmid;' == 0x2AEE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
56 static assert('&scnap;' == 0x2ABA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
57 static assert('&scnE;' == 0x2AB6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
58 static assert('&scnsim;' == 0x22E9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
59 static assert('&simne;' == 0x2246);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
60 static assert('&solbar;' == 0x233F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
61 static assert('&subne;' == 0x228A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
62 static assert('&subnE;' == 0x2ACB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
63 static assert('&supne;' == 0x228B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
64 static assert('&supnE;' == 0x2ACC);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
65 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
66 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
67 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
68 </html>