annotate run/html_comment_02.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 32125cf81a59
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
2 <html>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
3 <head><title>html_comment_02</title></head>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
4 <body>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
5 <pre><CODE>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
6 int main(){
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
7 <!-- das ist ein Kommentar </CODE> -->
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
8 return 0;
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
9 }
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
10 </CODE></pre>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
11 </body>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
12 </html>
32125cf81a59 set svn:eol-stlye properties
thomask
parents: 18
diff changeset
13