annotate run/html_tag_space_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 8b01f4c8066f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
132
8b01f4c8066f added missing DOCTYPE tag
thomask
parents: 36
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
36
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
2 <html>
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
3 <head><title>dstress: html_tag_space_01</title></head>
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
4 <body><pre>< CODE >
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
5 int main(){
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
6 return 0;
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
7 }
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
8 </ CODE></pre>
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
9 </body>
9e828537e0b2 added html tag space tests
thomask
parents:
diff changeset
10 </html>