Add Instruction and Operand classes to the meta language.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
de12bc0f1a
commit
20183554a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user