Skip to main content

SyscallEmitter

Trait SyscallEmitter 

Source
pub trait SyscallEmitter {
    // Required method
    fn syscall(&mut self);
}
Expand description

SYSCALL.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | (none)   |
+---+----------+

Required Methods§

Source

fn syscall(&mut self)

Implementors§