☰
Call
Required Methods
call
Implementors
In juicebox_asm::prelude
?
Trait
juicebox_asm
::
prelude
::
Call
source
·
[
−
]
pub trait Call<T> { fn
call
(&mut self, op1: T); }
Required Methods
§
source
fn
call
(&mut self, op1: T)
Emit a call instruction.
Implementors
§
source
§
impl
Call
<
Reg64
> for
Asm