view run/html_complex_02.html @ 1610:db616bfa8a4a

Fix asm_jp_01_A which depended on EAX == 1, but only set AL = 1.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 10:21:52 +0200
parents 7bc0cb26b7bb
children
line wrap: on
line source

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