ghidra/GhidraDocs/languages/index.html

30 lines
1.3 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/Frontpage.css">
<link rel="stylesheet" type="text/css" href="html/languages.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
</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>