forked from KPGPMC/furlang
feat(furvm): add push byte as int instruction
This commit is contained in:
@@ -11,6 +11,13 @@ enum class instruction_t : byte {
|
||||
*/
|
||||
NoOperation = 0,
|
||||
|
||||
/**
|
||||
* @brief Pushes an integer from a byte onto the stack.
|
||||
*
|
||||
* Pushes an integer constructed from a next byte onto the stack.
|
||||
*/
|
||||
PushB2I,
|
||||
|
||||
/**
|
||||
* @brief Pushes a constant onto the stack.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user