2019-09-14 00:09:06 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>$ProjectName$ Disassembly</title>
|
|
|
|
|
|
|
|
<meta content="en-us" http-equiv="Content-Language" />
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
|
|
<meta name="description" content="SourceGen-generated disassembly of $ProjectName$" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
<link href="SGStyle.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-10-26 01:16:09 +00:00
|
|
|
<p><a href="./">back to project page</a></p>
|
2019-09-14 00:09:06 +00:00
|
|
|
<h1>$ProjectName$ Disassembly</h1>
|
|
|
|
|
|
|
|
<div id="code-lines">
|
2019-09-14 18:40:32 +00:00
|
|
|
<!-- The CodeLines marker is not optional, and may only appear once -->
|
2019-09-14 00:09:06 +00:00
|
|
|
$CodeLines$
|
|
|
|
</div>
|
|
|
|
|
2019-09-14 18:40:32 +00:00
|
|
|
<!-- SymbolTable is optional; remove this entire section from the template if you don't want it -->
|
2019-09-14 00:09:06 +00:00
|
|
|
<div id="symbol-table">
|
2019-09-14 18:40:32 +00:00
|
|
|
<h2>Symbol Table</h2>
|
2019-09-14 00:09:06 +00:00
|
|
|
$SymbolTable$
|
|
|
|
</div>
|
|
|
|
|
2019-09-18 05:14:10 +00:00
|
|
|
<div id="footer">
|
|
|
|
<hr/>
|
2019-09-22 23:39:29 +00:00
|
|
|
<p>HTML generated by <a href="https://6502bench.com/">6502bench SourceGen</a> v$AppVersion$
|
|
|
|
on $CurrentDate$ <!--$CurrentTime$--></p>
|
2019-09-18 05:14:10 +00:00
|
|
|
<p>Expression style: $ExpressionStyle$</p>
|
2019-12-25 18:59:40 +00:00
|
|
|
<!-- parameters: $GenParameters$ -->
|
2019-09-18 05:14:10 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
2019-09-14 00:09:06 +00:00
|
|
|
</html>
|