From d3e1eff9593501ff8677b9399e1f0625f415ec78 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 7 Dec 2023 23:53:44 +0000 Subject: deploy: b5aea3fb5fcce31599e3d7397d5413a934132231 --- juicebox_asm/prelude/trait.Jz.html | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index b19e629..0000000 --- a/juicebox_asm/prelude/trait.Jz.html +++ /dev/null @@ -1,5 +0,0 @@ -Jz in juicebox_asm::prelude - Rust

Trait juicebox_asm::prelude::Jz

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

Required Methods§

source

fn jz(&mut self, op1: T)

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

-

Implementors§

source§

impl Jz<&mut Label> for Asm

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