mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-30 01:50:10 +00:00
d3ff1f6eff
Pretty straightforward formatted-text dump, with links for internal labels, and a table of exported symbols at the end.
30 lines
868 B
HTML
30 lines
868 B
HTML
<!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>
|
|
<h1>$ProjectName$ Disassembly</h1>
|
|
|
|
<div id="code-lines">
|
|
$CodeLines$
|
|
</div>
|
|
|
|
<h2>Symbol Table</h2>
|
|
<div id="symbol-table">
|
|
$SymbolTable$
|
|
</div>
|
|
</body>
|
|
|
|
<!-- generated by 6502bench SourceGen v$AppVersion$ - https://6502bench.com/ -->
|
|
</html>
|