view run/html_complex_01.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 7bc0cb26b7bb
children
line wrap: on
line source

<html>
<!--
	$HeadURL$
	$Date$
	$Author$
-->
	<head>
		<title>DStress: html_complex_01</title>
	</head>
	<body>
		<p>
			The preface
		</p><p>
			<CODE><pre>
int partOne(){
	return 2;
}</pre></CODE>
		</p><p>
			Some other stuff ...
		</p><p>
			<CODE><pre>
int main(){
	assert(partOne()==2);
	return 0;
}</pre></CODE>
		</p><p>
			It's done.
		</p>
	</body>
</html>