From 872cf6d06f4d77637b4627fdc583bab79ee2372f Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 27 Feb 2023 22:52:40 +0000 Subject: deploy: 6486b862edc2750dba83848f62d6c9f3d4c6d3c2 --- juicebox_asm/prelude/trait.Jz.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 juicebox_asm/prelude/trait.Jz.html (limited to 'juicebox_asm/prelude/trait.Jz.html') diff --git a/juicebox_asm/prelude/trait.Jz.html b/juicebox_asm/prelude/trait.Jz.html new file mode 100644 index 0000000..1e8cba2 --- /dev/null +++ b/juicebox_asm/prelude/trait.Jz.html @@ -0,0 +1,4 @@ +Jz in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Jz

source ·
pub trait Jz<T> {
+    fn jz(&mut self, op1: T);
+}

Required Methods§

Emit a conditional jump if zero instruction (ZF = 1).

+

Implementors§

\ No newline at end of file -- cgit v1.2.3