mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
38 lines
2.0 KiB
HTML
38 lines
2.0 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF8">
|
|
<title>Ghidra Language Specification</title>
|
|
<link rel="stylesheet" type="text/css" href="html/languages.css">
|
|
<style name="text/css">
|
|
li { font-family:times new roman; font-size:14pt; margin-bottom: 12px; }
|
|
h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; }
|
|
h2 { padding-top:30px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; }
|
|
h2 { color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; color:#984c4c; }
|
|
h3 { color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; color:#0000ff; }
|
|
p { font-family:times new roman; font-size:14pt; }
|
|
td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; vertical-align: top; }
|
|
th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; }
|
|
</style>
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article">
|
|
<div class="titlepage">
|
|
<div><div><h1 class="title">
|
|
<a name="idm140117518810752"></a>Ghidra Language Specification</h1></div></div>
|
|
<hr>
|
|
</div>
|
|
<p>
|
|
<a class="link" href="html/sleigh.html" target="_top">Sleigh Manual</a>: This document describes SLEIGH, Ghidra's
|
|
processor specification language. A SLEIGH specification formally describes the translation from the
|
|
bit encoding of machine instructions, for a particular processor, to human-readable assembly language
|
|
and into p-code, Ghidra's internal representation (IR) of code.
|
|
</p>
|
|
<p>
|
|
<a class="link" href="html/pcoderef.html" target="_top">P-code Reference</a>: This reference document describes the core
|
|
elements of p-code and gives a brief overview of each formal p-code operator.
|
|
</p>
|
|
<p>
|
|
<a class="link" href="versioning.html" target="_top">Versioning</a>: A short note on the use of SLEIGH version numbers.
|
|
</p>
|
|
</div></body>
|
|
</html>
|