feat: introduce reference instruction
This commit is contained in:
@@ -40,6 +40,13 @@ enum class instruction_t : byte {
|
||||
*/
|
||||
Clone,
|
||||
|
||||
/**
|
||||
* @brief Pushes a new reference onto the stack.
|
||||
*
|
||||
* Pops the top thing from the stack and pushes its reference.
|
||||
*/
|
||||
Reference,
|
||||
|
||||
/**
|
||||
* @brief Adds two things together on the stack.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user