Add Instruction and Operand classes to the meta language.

This commit is contained in:
Jakob Olesen
2016-02-12 14:24:01 -08:00
committed by Jakob Stoklund Olesen
parent de12bc0f1a
commit 20183554a4
3 changed files with 124 additions and 1 deletions

View File

@@ -63,3 +63,12 @@ indicated with an instance of :class:`ImmediateType`.
:members:
.. currentmodule:: cretonne
Instructions
============
New instructions are defined as instances of the :class:`cretonne.Instruction`
class.
.. autoclass:: Operand
.. autoclass:: Instruction