Add a return_reg instruction to the base instruction set.
Register-style return is used by all RISC architectures, so it is natural to have a shared instruction representation.
This commit is contained in:
@@ -384,6 +384,7 @@ preamble`:
|
||||
|
||||
.. autoinst:: call
|
||||
.. autoinst:: x_return
|
||||
.. autoinst:: return_reg
|
||||
|
||||
This simple example illustrates direct function calls and signatures::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user