annotate run/html_entity_lat1.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_lat1</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_lat1;
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('&Aacute;' == 0xC1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&aacute;' == 0xE1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&Acirc;' == 0xC2);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&acirc;' == 0xE2);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&AElig;' == 0xC6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&aelig;' == 0xE6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&Agrave;' == 0xC0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&agrave;' == 0xE0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&Aring;' == 0xC5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&aring;' == 0xE5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&Atilde;' == 0xC3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&atilde;' == 0xE3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&Auml;' == 0xC4);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&auml;' == 0xE4);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&Ccedil;' == 0xC7);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&ccedil;' == 0xE7);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&Eacute;' == 0xC9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&eacute;' == 0xE9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&Ecirc;' == 0xCA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&ecirc;' == 0xEA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&Egrave;' == 0xC8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&egrave;' == 0xE8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
30 static assert('&ETH;' == 0xD0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
31 static assert('&eth;' == 0xF0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 static assert('&Euml;' == 0xCB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
33 static assert('&euml;' == 0xEB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
34 static assert('&Iacute;' == 0xCD);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
35 static assert('&iacute;' == 0xED);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
36 static assert('&Icirc;' == 0xCE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
37 static assert('&icirc;' == 0xEE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
38 static assert('&Igrave;' == 0xCC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
39 static assert('&igrave;' == 0xEC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
40 static assert('&Iuml;' == 0xCF);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
41 static assert('&iuml;' == 0xEF);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
42 static assert('&Ntilde;' == 0xD1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
43 static assert('&ntilde;' == 0xF1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
44 static assert('&Oacute;' == 0xD3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
45 static assert('&oacute;' == 0xF3);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
46 static assert('&Ocirc;' == 0xD4);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
47 static assert('&ocirc;' == 0xF4);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
48 static assert('&Ograve;' == 0xD2);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
49 static assert('&ograve;' == 0xF2);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
50 static assert('&Oslash;' == 0xD8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
51 static assert('&oslash;' == 0xF8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
52 static assert('&Otilde;' == 0xD5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
53 static assert('&otilde;' == 0xF5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
54 static assert('&Ouml;' == 0xD6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
55 static assert('&ouml;' == 0xF6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
56 static assert('&szlig;' == 0xDF);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
57 static assert('&THORN;' == 0xDE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
58 static assert('&thorn;' == 0xFE);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
59 static assert('&Uacute;' == 0xDA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
60 static assert('&uacute;' == 0xFA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
61 static assert('&Ucirc;' == 0xDB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
62 static assert('&ucirc;' == 0xFB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
63 static assert('&Ugrave;' == 0xD9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
64 static assert('&ugrave;' == 0xF9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
65 static assert('&Uuml;' == 0xDC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
66 static assert('&uuml;' == 0xFC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
67 static assert('&Yacute;' == 0xDD);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
68 static assert('&yacute;' == 0xFD);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
69 static assert('&yuml;' == 0xFF);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
70 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
71 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
72 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
73 </html>