Oct 11 04:13:19.103 INFO testing TheKK/rustnes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:13:19.103 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:13:19.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:13:19.451 INFO blam! d8af2cf76be05f9ecae7b87918f6a0720876dcdb8322d3803a09d5bc1bfeb513 Oct 11 04:13:19.453 INFO running `"docker" "start" "-a" "d8af2cf76be05f9ecae7b87918f6a0720876dcdb8322d3803a09d5bc1bfeb513"` Oct 11 04:13:19.868 INFO kablam! usermod: no changes Oct 11 04:13:19.903 INFO kablam! Compiling memchr v1.0.1 Oct 11 04:13:20.776 INFO kablam! Compiling nom v3.2.0 Oct 11 04:13:24.340 INFO kablam! Compiling rustnes v0.1.0 (/source) Oct 11 04:13:25.224 INFO kablam! warning: unused import: `opcode::OpCode` Oct 11 04:13:25.224 INFO kablam! --> src/opcode/lda.rs:2:5 Oct 11 04:13:25.224 INFO kablam! | Oct 11 04:13:25.224 INFO kablam! 2 | use opcode::OpCode; Oct 11 04:13:25.224 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:13:25.224 INFO kablam! | Oct 11 04:13:25.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:13:25.224 INFO kablam! Oct 11 04:13:25.224 INFO kablam! warning: unused import: `super::OpCode` Oct 11 04:13:25.224 INFO kablam! --> src/opcode/ldx.rs:2:5 Oct 11 04:13:25.224 INFO kablam! | Oct 11 04:13:25.224 INFO kablam! 2 | use super::OpCode; Oct 11 04:13:25.224 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:13:25.224 INFO kablam! Oct 11 04:13:25.224 INFO kablam! warning: unused import: `super::OpCode` Oct 11 04:13:25.224 INFO kablam! --> src/opcode/ldy.rs:2:5 Oct 11 04:13:25.224 INFO kablam! | Oct 11 04:13:25.227 INFO kablam! 2 | use super::OpCode; Oct 11 04:13:25.227 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:13:25.227 INFO kablam! Oct 11 04:13:25.227 INFO kablam! warning: unused import: `super::OpCode` Oct 11 04:13:25.227 INFO kablam! --> src/opcode/nop.rs:2:5 Oct 11 04:13:25.227 INFO kablam! | Oct 11 04:13:25.227 INFO kablam! 2 | use super::OpCode; Oct 11 04:13:25.227 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:13:25.227 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: constant item is never used: `MEM_ADDR_MAX` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:6:1 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 6 | const MEM_ADDR_MAX: usize = 0xffff; Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `new` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:12:5 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 12 | fn new() -> P { Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `new` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:44:5 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 44 | pub fn new() -> Registers { Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `p` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:76:5 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 76 | pub fn p(&self) -> u8 { Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `set_carry_flag` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! ... Oct 11 04:13:25.569 INFO kablam! 80 | bit_flag_getter_setter!(set_carry_flag, carry_flag, 0); Oct 11 04:13:25.569 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `carry_flag` Oct 11 04:13:25.569 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.569 INFO kablam! | Oct 11 04:13:25.569 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.569 INFO kablam! ... Oct 11 04:13:25.569 INFO kablam! 80 | bit_flag_getter_setter!(set_carry_flag, carry_flag, 0); Oct 11 04:13:25.569 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 11 04:13:25.569 INFO kablam! Oct 11 04:13:25.569 INFO kablam! warning: method is never used: `set_zero_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 81 | bit_flag_getter_setter!(set_zero_flag, zero_flag, 1); Oct 11 04:13:25.570 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `zero_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 81 | bit_flag_getter_setter!(set_zero_flag, zero_flag, 1); Oct 11 04:13:25.570 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `set_interrupt_disable_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 82 | bit_flag_getter_setter!(set_interrupt_disable_flag, interrupt_disable_flag, 2); Oct 11 04:13:25.570 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `interrupt_disable_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 82 | bit_flag_getter_setter!(set_interrupt_disable_flag, interrupt_disable_flag, 2); Oct 11 04:13:25.570 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `set_decimal_mode_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 83 | bit_flag_getter_setter!(set_decimal_mode_flag, decimal_mode_flag, 3); Oct 11 04:13:25.570 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `decimal_mode_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 83 | bit_flag_getter_setter!(set_decimal_mode_flag, decimal_mode_flag, 3); Oct 11 04:13:25.570 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `set_break_command_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 84 | bit_flag_getter_setter!(set_break_command_flag, break_command_flag, 4); Oct 11 04:13:25.570 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `break_command_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 84 | bit_flag_getter_setter!(set_break_command_flag, break_command_flag, 4); Oct 11 04:13:25.570 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `set_overflow_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.570 INFO kablam! 85 | bit_flag_getter_setter!(set_overflow_flag, overflow_flag, 6); Oct 11 04:13:25.570 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.570 INFO kablam! Oct 11 04:13:25.570 INFO kablam! warning: method is never used: `overflow_flag` Oct 11 04:13:25.570 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.570 INFO kablam! | Oct 11 04:13:25.570 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.570 INFO kablam! ... Oct 11 04:13:25.571 INFO kablam! 85 | bit_flag_getter_setter!(set_overflow_flag, overflow_flag, 6); Oct 11 04:13:25.571 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: method is never used: `set_sign_flag` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! ... Oct 11 04:13:25.571 INFO kablam! 86 | bit_flag_getter_setter!(set_sign_flag, sign_flag, 7); Oct 11 04:13:25.571 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: method is never used: `sign_flag` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:68:9 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 68 | pub fn $getter_name(&self) -> bool { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! ... Oct 11 04:13:25.571 INFO kablam! 86 | bit_flag_getter_setter!(set_sign_flag, sign_flag, 7); Oct 11 04:13:25.571 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: method is never used: `new` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:95:5 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 95 | pub fn new() -> Memory { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: method is never used: `read` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:99:5 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 99 | pub fn read(&self, addr: u16) -> u8 { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: method is never used: `write` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:103:5 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 103 | pub fn write(&mut self, addr: u16, val: u8) { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.571 INFO kablam! warning: struct is never constructed: `RP2A03` Oct 11 04:13:25.571 INFO kablam! --> src/cpu.rs:108:1 Oct 11 04:13:25.571 INFO kablam! | Oct 11 04:13:25.571 INFO kablam! 108 | pub struct RP2A03 { Oct 11 04:13:25.571 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.571 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: method is never used: `new` Oct 11 04:13:25.578 INFO kablam! --> src/cpu.rs:115:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 115 | pub fn new() -> RP2A03 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: method is never used: `execute` Oct 11 04:13:25.578 INFO kablam! --> src/cpu.rs:123:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 123 | pub fn execute(&mut self) -> Cycle { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `new_page` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:2:1 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 2 | fn new_page(old_pc: u16, new_pc: u16) -> bool { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `rel_addr` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:9:1 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 9 | pub fn rel_addr(pc: u16, val: u8) -> (u16, bool) { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `is_sign` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:68:1 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 68 | pub fn is_sign(val: u8) -> bool { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `compose_addr` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:260:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 260 | fn compose_addr(addr_high: u8, addr_low: u8) -> u16 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `compose_indexed_addr` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:265:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 265 | fn compose_indexed_addr(addr_high: u8, addr_low: u8, index: u8) -> (u16, bool) { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `get_imm_addr` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:279:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 279 | pub fn get_imm_addr(_mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `read_imm` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:286:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 286 | pub fn read_imm(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `get_zero_page_addr` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:291:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 291 | pub fn get_zero_page_addr(mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.578 INFO kablam! warning: function is never used: `read_zero_page` Oct 11 04:13:25.578 INFO kablam! --> src/opcode/utils.rs:299:5 Oct 11 04:13:25.578 INFO kablam! | Oct 11 04:13:25.578 INFO kablam! 299 | pub fn read_zero_page(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.578 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_zero_page_x_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:304:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 304 | pub fn get_zero_page_x_addr(mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_zero_page_x` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:314:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 314 | pub fn read_zero_page_x(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_zero_page_y_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:319:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 319 | pub fn get_zero_page_y_addr(mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_zero_page_y` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:329:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 329 | pub fn read_zero_page_y(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_rel` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:334:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 334 | pub fn read_rel(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_abs_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:341:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 341 | pub fn get_abs_addr(mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_abs` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:351:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 351 | pub fn read_abs(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_abs_x_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:356:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 356 | pub fn get_abs_x_addr(mem: &Memory, registers: &Registers) -> (u16, bool) { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_abs_x` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:366:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 366 | pub fn read_abs_x(mem: &Memory, registers: &Registers) -> (u8, bool) { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_abs_y_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:373:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 373 | pub fn get_abs_y_addr(mem: &Memory, registers: &Registers) -> (u16, bool) { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_abs_y` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:383:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 383 | pub fn read_abs_y(mem: &Memory, registers: &Registers) -> (u8, bool) { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_indirect_x_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:390:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 390 | pub fn get_indirect_x_addr(mem: &Memory, registers: &Registers) -> u16 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `read_indirect_x` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:406:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 406 | pub fn read_indirect_x(mem: &Memory, registers: &Registers) -> u8 { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.579 INFO kablam! warning: function is never used: `get_indirect_y_addr` Oct 11 04:13:25.579 INFO kablam! --> src/opcode/utils.rs:411:5 Oct 11 04:13:25.579 INFO kablam! | Oct 11 04:13:25.579 INFO kablam! 411 | pub fn get_indirect_y_addr(mem: &Memory, registers: &Registers) -> (u16, bool) { Oct 11 04:13:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.579 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `read_indirect_y` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:423:5 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 423 | pub fn read_indirect_y(mem: &Memory, registers: &Registers) -> (u8, bool) { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/adc.rs:7:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 7 | fn adc(registers: &mut Registers, val: u8) { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_imm` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:20:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 20 | opcode_fn_with_mode!(imm -> (adc_imm, adc, Cycle(2))); Oct 11 04:13:25.580 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_zero_page` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:21:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 21 | opcode_fn_with_mode!(zero_page -> (adc_zero_page, adc, Cycle(3))); Oct 11 04:13:25.580 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_zero_page_x` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:22:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 22 | opcode_fn_with_mode!(zero_page_x -> (adc_zero_page_x, adc, Cycle(4))); Oct 11 04:13:25.580 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_abs` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:23:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 23 | opcode_fn_with_mode!(abs -> (adc_abs, adc, Cycle(4))); Oct 11 04:13:25.580 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_abs_x` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:24:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 24 | / opcode_fn_with_mode!(abs_x -> (adc_abs_x, adc, Oct 11 04:13:25.580 INFO kablam! 25 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.580 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_abs_y` Oct 11 04:13:25.580 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! ::: src/opcode/adc.rs:26:1 Oct 11 04:13:25.580 INFO kablam! | Oct 11 04:13:25.580 INFO kablam! 26 | / opcode_fn_with_mode!(abs_y -> (adc_abs_y, adc, Oct 11 04:13:25.580 INFO kablam! 27 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.580 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.580 INFO kablam! Oct 11 04:13:25.580 INFO kablam! warning: function is never used: `adc_indirect_x` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/adc.rs:28:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 28 | opcode_fn_with_mode!(indirect_x -> (adc_indirect_x, adc, Cycle(6))); Oct 11 04:13:25.581 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `adc_indirect_y` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/adc.rs:29:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 29 | / opcode_fn_with_mode!(indirect_y -> (adc_indirect_y, adc, Oct 11 04:13:25.581 INFO kablam! 30 | | page_crossed Cycle(6), or_else Cycle(5))); Oct 11 04:13:25.581 INFO kablam! | |______________________________________________________________________________- in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/and.rs:7:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 7 | fn and(registers: &mut Registers, val: u8) { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_imm` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/and.rs:17:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 17 | opcode_fn_with_mode!(imm -> (and_imm, and, Cycle(2))); Oct 11 04:13:25.581 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_zero_page` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/and.rs:18:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 18 | opcode_fn_with_mode!(zero_page -> (and_zero_page, and, Cycle(3))); Oct 11 04:13:25.581 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_zero_page_x` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/and.rs:19:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 19 | opcode_fn_with_mode!(zero_page_x -> (and_zero_page_x, and, Cycle(4))); Oct 11 04:13:25.581 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_abs` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/and.rs:20:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 20 | opcode_fn_with_mode!(abs -> (and_abs, and, Cycle(4))); Oct 11 04:13:25.581 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_abs_x` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! ::: src/opcode/and.rs:21:1 Oct 11 04:13:25.581 INFO kablam! | Oct 11 04:13:25.581 INFO kablam! 21 | / opcode_fn_with_mode!(abs_x -> (and_abs_x, and, Oct 11 04:13:25.581 INFO kablam! 22 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.581 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.581 INFO kablam! Oct 11 04:13:25.581 INFO kablam! warning: function is never used: `and_abs_y` Oct 11 04:13:25.581 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/and.rs:23:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 23 | / opcode_fn_with_mode!(abs_y -> (and_abs_y, and, Oct 11 04:13:25.582 INFO kablam! 24 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.582 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `and_indirect_x` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/and.rs:25:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 25 | opcode_fn_with_mode!(indirect_x -> (and_indirect_x, and, Cycle(6))); Oct 11 04:13:25.582 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `and_indirect_y` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/and.rs:26:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 26 | / opcode_fn_with_mode!(indirect_y -> (and_indirect_y, and, Oct 11 04:13:25.582 INFO kablam! 27 | | page_crossed Cycle(6), or_else Cycle(5))); Oct 11 04:13:25.582 INFO kablam! | |______________________________________________________________________________- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/asl.rs:7:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 7 | fn asl(registers: &mut Registers, val: u8) -> u8 { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl_register_a` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/asl.rs:17:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 17 | pub fn asl_register_a(registers: &mut Registers, _mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl_zero_page` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:127:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 127 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/asl.rs:27:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 27 | opcode_fn_with_mode!(zero_page_memory -> (asl_zero_page, asl, Cycle(5))); Oct 11 04:13:25.582 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl_zero_page_x` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:127:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 127 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/asl.rs:28:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 28 | opcode_fn_with_mode!(zero_page_x_memory -> (asl_zero_page_x, asl, Cycle(6))); Oct 11 04:13:25.582 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl_abs` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:127:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 127 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/asl.rs:29:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 29 | opcode_fn_with_mode!(abs_memory -> (asl_abs, asl, Cycle(6))); Oct 11 04:13:25.582 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.582 INFO kablam! Oct 11 04:13:25.582 INFO kablam! warning: function is never used: `asl_abs_x` Oct 11 04:13:25.582 INFO kablam! --> src/opcode/utils.rs:142:9 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 142 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! ::: src/opcode/asl.rs:30:1 Oct 11 04:13:25.582 INFO kablam! | Oct 11 04:13:25.582 INFO kablam! 30 | opcode_fn_with_mode!(abs_x_memory -> (asl_abs_x, asl, Cycle(7))); Oct 11 04:13:25.583 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.583 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `bcc` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/bcc.rs:9:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 9 | fn bcc(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `bcc_relative` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/bcc.rs:22:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 22 | pub fn bcc_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `bcs` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/bcs.rs:9:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 9 | fn bcs(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `bcs_relative` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/bcs.rs:22:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 22 | pub fn bcs_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `beq` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/beq.rs:9:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 9 | fn beq(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `beq_relative` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/beq.rs:22:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 22 | pub fn beq_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.594 INFO kablam! Oct 11 04:13:25.594 INFO kablam! warning: function is never used: `bit` Oct 11 04:13:25.594 INFO kablam! --> src/opcode/bit.rs:8:1 Oct 11 04:13:25.594 INFO kablam! | Oct 11 04:13:25.594 INFO kablam! 8 | fn bit(registers: &mut Registers, val: u8) { Oct 11 04:13:25.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bit_zero_page` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! ::: src/opcode/bit.rs:21:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 21 | opcode_fn_with_mode!(zero_page -> (bit_zero_page, bit, Cycle(3))); Oct 11 04:13:25.595 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bit_abs` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! ::: src/opcode/bit.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | opcode_fn_with_mode!(abs -> (bit_abs, bit, Cycle(4))); Oct 11 04:13:25.595 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bmi` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bmi.rs:9:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 9 | fn bmi(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bmi_relative` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bmi.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | pub fn bmi_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bne` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bne.rs:9:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 9 | fn bne(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bne_relative` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bne.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | pub fn bne_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bpl` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bpl.rs:9:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 9 | fn bpl(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bpl_relative` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bpl.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | pub fn bpl_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bvc` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bvc.rs:9:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 9 | fn bvc(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bvc_relative` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bvc.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | pub fn bvc_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bvs` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bvs.rs:9:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 9 | fn bvs(registers: &mut Registers, offset: u8) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `bvs_relative` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/bvs.rs:22:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.595 INFO kablam! 22 | pub fn bvs_relative(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.595 INFO kablam! Oct 11 04:13:25.595 INFO kablam! warning: function is never used: `clc` Oct 11 04:13:25.595 INFO kablam! --> src/opcode/clc.rs:7:1 Oct 11 04:13:25.595 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 7 | fn clc(registers: &mut Registers) { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `clc_implied` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/clc.rs:11:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 11 | pub fn clc_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `cld` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/cld.rs:7:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 7 | fn cld(registers: &mut Registers) { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `cld_implied` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/cld.rs:11:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 11 | pub fn cld_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `cli` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/cli.rs:7:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 7 | fn cli(registers: &mut Registers) { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `cli_implied` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/cli.rs:11:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 11 | pub fn cli_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `clv` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/clv.rs:7:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 7 | fn clv(registers: &mut Registers) { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `clv_implied` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/clv.rs:11:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 11 | pub fn clv_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `lda` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/lda.rs:8:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 8 | fn lda(registers: &mut Registers, val: u8) { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `lda_imm` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! ::: src/opcode/lda.rs:15:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 15 | opcode_fn_with_mode!(imm -> (lda_imm, lda, Cycle(2))); Oct 11 04:13:25.596 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `lda_zero_page` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! ::: src/opcode/lda.rs:16:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 16 | opcode_fn_with_mode!(zero_page -> (lda_zero_page, lda, Cycle(3))); Oct 11 04:13:25.596 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `lda_zero_page_x` Oct 11 04:13:25.596 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! ::: src/opcode/lda.rs:17:1 Oct 11 04:13:25.596 INFO kablam! | Oct 11 04:13:25.596 INFO kablam! 17 | opcode_fn_with_mode!(zero_page_x -> (lda_zero_page_x, lda, Cycle(4))); Oct 11 04:13:25.596 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.596 INFO kablam! Oct 11 04:13:25.596 INFO kablam! warning: function is never used: `lda_abs` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/lda.rs:18:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 18 | opcode_fn_with_mode!(abs -> (lda_abs, lda, Cycle(4))); Oct 11 04:13:25.597 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `lda_abs_x` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/lda.rs:19:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 19 | / opcode_fn_with_mode!(abs_x -> (lda_abs_x, lda, Oct 11 04:13:25.597 INFO kablam! 20 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.597 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `lda_abs_y` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/lda.rs:21:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 21 | / opcode_fn_with_mode!(abs_y -> (lda_abs_y, lda, Oct 11 04:13:25.597 INFO kablam! 22 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.597 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `lda_indirect_x` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/lda.rs:23:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 23 | opcode_fn_with_mode!(indirect_x -> (lda_indirect_x, lda, Cycle(6))); Oct 11 04:13:25.597 INFO kablam! | -------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `lda_indirect_y` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/lda.rs:24:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 24 | / opcode_fn_with_mode!(indirect_y -> (lda_indirect_y, lda, Oct 11 04:13:25.597 INFO kablam! 25 | | page_crossed Cycle(6), or_else Cycle(5))); Oct 11 04:13:25.597 INFO kablam! | |______________________________________________________________________________- in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `ldx` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/ldx.rs:8:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 8 | fn ldx(registers: &mut Registers, val: u8) { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `ldx_imm` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/ldx.rs:15:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 15 | opcode_fn_with_mode!(imm -> (ldx_imm, ldx, Cycle(2))); Oct 11 04:13:25.597 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `ldx_zero_page` Oct 11 04:13:25.597 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! ::: src/opcode/ldx.rs:16:1 Oct 11 04:13:25.597 INFO kablam! | Oct 11 04:13:25.597 INFO kablam! 16 | opcode_fn_with_mode!(zero_page -> (ldx_zero_page, ldx, Cycle(3))); Oct 11 04:13:25.597 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.597 INFO kablam! Oct 11 04:13:25.597 INFO kablam! warning: function is never used: `ldx_zero_page_y` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldx.rs:17:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 17 | opcode_fn_with_mode!(zero_page_y -> (ldx_zero_page_y, ldx, Cycle(4))); Oct 11 04:13:25.598 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldx_abs` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldx.rs:18:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 18 | opcode_fn_with_mode!(abs -> (ldx_abs, ldx, Cycle(4))); Oct 11 04:13:25.598 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldx_abs_y` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldx.rs:19:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 19 | / opcode_fn_with_mode!(abs_y -> (ldx_abs_y, ldx, Oct 11 04:13:25.598 INFO kablam! 20 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.598 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/ldy.rs:8:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 8 | fn ldy(registers: &mut Registers, val: u8) { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy_imm` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldy.rs:15:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 15 | opcode_fn_with_mode!(imm -> (ldy_imm, ldy, Cycle(2))); Oct 11 04:13:25.598 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy_zero_page` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldy.rs:16:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 16 | opcode_fn_with_mode!(zero_page -> (ldy_zero_page, ldy, Cycle(3))); Oct 11 04:13:25.598 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy_zero_page_x` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldy.rs:17:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 17 | opcode_fn_with_mode!(zero_page_x -> (ldy_zero_page_x, ldy, Cycle(4))); Oct 11 04:13:25.598 INFO kablam! | ---------------------------------------------------------------------- in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy_abs` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:97:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 97 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldy.rs:18:1 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 18 | opcode_fn_with_mode!(abs -> (ldy_abs, ldy, Cycle(4))); Oct 11 04:13:25.598 INFO kablam! | ------------------------------------------------------ in this macro invocation Oct 11 04:13:25.598 INFO kablam! Oct 11 04:13:25.598 INFO kablam! warning: function is never used: `ldy_abs_x` Oct 11 04:13:25.598 INFO kablam! --> src/opcode/utils.rs:111:9 Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! 111 | pub fn $fn_name(registers: &mut Registers, mem: &mut Memory) -> Cycle { Oct 11 04:13:25.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.598 INFO kablam! | Oct 11 04:13:25.598 INFO kablam! ::: src/opcode/ldy.rs:19:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 19 | / opcode_fn_with_mode!(abs_x -> (ldy_abs_x, ldy, Oct 11 04:13:25.599 INFO kablam! 20 | | page_crossed Cycle(5), or_else Cycle(4))); Oct 11 04:13:25.599 INFO kablam! | |_________________________________________________________________________- in this macro invocation Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `nop` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/nop.rs:7:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 7 | pub fn nop(_registers: &mut Registers, _mem: &mut Memory) -> Cycle { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sec` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sec.rs:7:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 7 | fn sec(registers: &mut Registers) { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sec_implied` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sec.rs:11:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 11 | pub fn sec_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sed` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sed.rs:7:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 7 | fn sed(registers: &mut Registers) { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sed_implied` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sed.rs:11:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 11 | pub fn sed_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sei` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sei.rs:7:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 7 | fn sei(registers: &mut Registers) { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: function is never used: `sei_implied` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/sei.rs:11:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 11 | pub fn sei_implied(registers: &mut Registers, _: &mut Memory) -> Cycle { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: struct is never constructed: `Cycle` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/mod.rs:57:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 57 | pub struct Cycle(pub u32); Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: method is never used: `operands_num` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/mod.rs:75:13 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 75 | pub fn operands_num(&self) -> u8 { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! ... Oct 11 04:13:25.599 INFO kablam! 115 | / opcodes!( Oct 11 04:13:25.599 INFO kablam! 116 | | (AdcImm, 0x69, 1, adc_imm), Oct 11 04:13:25.599 INFO kablam! 117 | | (AdcZeroPage, 0x65, 1, adc_zero_page), Oct 11 04:13:25.599 INFO kablam! 118 | | (AdcZeroPageX, 0x75, 1, adc_zero_page_x), Oct 11 04:13:25.599 INFO kablam! ... | Oct 11 04:13:25.599 INFO kablam! 194 | | (Sei, 0x78, 0, sei_implied) Oct 11 04:13:25.599 INFO kablam! 195 | | ); Oct 11 04:13:25.599 INFO kablam! | |__- in this macro invocation Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: method is never used: `get_fn` Oct 11 04:13:25.599 INFO kablam! --> src/opcode/mod.rs:83:13 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 83 | pub fn get_fn(&self) -> fn(&mut Registers, &mut Memory) -> Cycle { Oct 11 04:13:25.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.599 INFO kablam! ... Oct 11 04:13:25.599 INFO kablam! 115 | / opcodes!( Oct 11 04:13:25.599 INFO kablam! 116 | | (AdcImm, 0x69, 1, adc_imm), Oct 11 04:13:25.599 INFO kablam! 117 | | (AdcZeroPage, 0x65, 1, adc_zero_page), Oct 11 04:13:25.599 INFO kablam! 118 | | (AdcZeroPageX, 0x75, 1, adc_zero_page_x), Oct 11 04:13:25.599 INFO kablam! ... | Oct 11 04:13:25.599 INFO kablam! 194 | | (Sei, 0x78, 0, sei_implied) Oct 11 04:13:25.599 INFO kablam! 195 | | ); Oct 11 04:13:25.599 INFO kablam! | |__- in this macro invocation Oct 11 04:13:25.599 INFO kablam! Oct 11 04:13:25.599 INFO kablam! warning: struct is never constructed: `INes` Oct 11 04:13:25.599 INFO kablam! --> src/rom.rs:4:1 Oct 11 04:13:25.599 INFO kablam! | Oct 11 04:13:25.599 INFO kablam! 4 | pub struct INes<'n> { Oct 11 04:13:25.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.600 INFO kablam! Oct 11 04:13:25.600 INFO kablam! warning: struct is never constructed: `Header` Oct 11 04:13:25.600 INFO kablam! --> src/rom.rs:15:1 Oct 11 04:13:25.600 INFO kablam! | Oct 11 04:13:25.600 INFO kablam! 15 | pub struct Header { Oct 11 04:13:25.600 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:13:25.600 INFO kablam! Oct 11 04:13:25.600 INFO kablam! warning: variant is never constructed: `Horizontal` Oct 11 04:13:25.600 INFO kablam! --> src/rom.rs:37:5 Oct 11 04:13:25.600 INFO kablam! | Oct 11 04:13:25.600 INFO kablam! 37 | Horizontal, Oct 11 04:13:25.600 INFO kablam! | ^^^^^^^^^^ Oct 11 04:13:25.600 INFO kablam! Oct 11 04:13:25.600 INFO kablam! warning: variant is never constructed: `Vertical` Oct 11 04:13:25.600 INFO kablam! --> src/rom.rs:38:5 Oct 11 04:13:25.600 INFO kablam! | Oct 11 04:13:25.600 INFO kablam! 38 | Vertical, Oct 11 04:13:25.600 INFO kablam! | ^^^^^^^^ Oct 11 04:13:25.600 INFO kablam! Oct 11 04:13:25.600 INFO kablam! warning: variant is never constructed: `NTSC` Oct 11 04:13:25.600 INFO kablam! --> src/rom.rs:56:5 Oct 11 04:13:25.600 INFO kablam! | Oct 11 04:13:25.600 INFO kablam! 56 | NTSC, Oct 11 04:13:25.600 INFO kablam! | ^^^^ Oct 11 04:13:25.600 INFO kablam! Oct 11 04:13:25.600 INFO kablam! warning: variant is never constructed: `PAL` Oct 11 04:13:25.600 INFO kablam! --> src/rom.rs:57:5 Oct 11 04:13:25.600 INFO kablam! | Oct 11 04:13:25.600 INFO kablam! 57 | PAL, Oct 11 04:13:25.600 INFO kablam! | ^^^ Oct 11 04:13:25.612 INFO kablam! Oct 11 04:13:26.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.12s Oct 11 04:13:26.014 INFO kablam! su: No module specific data is present Oct 11 04:13:26.566 INFO running `"docker" "rm" "-f" "d8af2cf76be05f9ecae7b87918f6a0720876dcdb8322d3803a09d5bc1bfeb513"` Oct 11 04:13:26.896 INFO blam! d8af2cf76be05f9ecae7b87918f6a0720876dcdb8322d3803a09d5bc1bfeb513 Oct 11 04:13:26.898 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:13:26.898 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:13:27.360 INFO blam! 10dab0979b62ab5d76635007135aac521697cd094a2f001e1228e5b3bc115bda Oct 11 04:13:27.360 INFO running `"docker" "start" "-a" "10dab0979b62ab5d76635007135aac521697cd094a2f001e1228e5b3bc115bda"` Oct 11 04:13:28.429 INFO kablam! usermod: no changes Oct 11 04:13:28.480 INFO kablam! Compiling rustnes v0.1.0 (/source) Oct 11 04:13:32.968 INFO kablam! warning: method is never used: `set_break_command_flag` Oct 11 04:13:32.969 INFO kablam! --> src/cpu.rs:59:9 Oct 11 04:13:32.969 INFO kablam! | Oct 11 04:13:32.969 INFO kablam! 59 | pub fn $setter_name(&mut self, flag: bool) { Oct 11 04:13:32.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:32.969 INFO kablam! ... Oct 11 04:13:32.969 INFO kablam! 84 | bit_flag_getter_setter!(set_break_command_flag, break_command_flag, 4); Oct 11 04:13:32.969 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 11 04:13:32.969 INFO kablam! | Oct 11 04:13:32.969 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:13:32.969 INFO kablam! Oct 11 04:13:32.969 INFO kablam! warning: struct is never constructed: `INes` Oct 11 04:13:32.969 INFO kablam! --> src/rom.rs:4:1 Oct 11 04:13:32.969 INFO kablam! | Oct 11 04:13:32.969 INFO kablam! 4 | pub struct INes<'n> { Oct 11 04:13:32.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:13:32.969 INFO kablam! Oct 11 04:13:35.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.15s Oct 11 04:13:35.625 INFO kablam! su: No module specific data is present Oct 11 04:13:36.156 INFO running `"docker" "rm" "-f" "10dab0979b62ab5d76635007135aac521697cd094a2f001e1228e5b3bc115bda"` Oct 11 04:13:36.569 INFO blam! 10dab0979b62ab5d76635007135aac521697cd094a2f001e1228e5b3bc115bda Oct 11 04:13:36.584 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:13:36.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:13:37.088 INFO blam! 11e9dfe9544eccb327ae5f1a722468afb8af88c77cd0fa9291eafc383ee7dc1d Oct 11 04:13:37.097 INFO running `"docker" "start" "-a" "11e9dfe9544eccb327ae5f1a722468afb8af88c77cd0fa9291eafc383ee7dc1d"` Oct 11 04:13:38.376 INFO kablam! usermod: no changes Oct 11 04:13:38.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 04:13:38.436 INFO kablam! Running /target/debug/deps/rustnes-79a0be6973ebe2d9 Oct 11 04:13:38.436 INFO blam! Oct 11 04:13:38.436 INFO blam! running 166 tests Oct 11 04:13:38.436 INFO blam! test opcode::adc::test::adc_result_is_overflowing ... ok Oct 11 04:13:38.436 INFO blam! test opcode::adc::test::adc_without_overflowing ... ok Oct 11 04:13:38.436 INFO blam! test opcode::adc::test::adc_result_is_carried ... ok Oct 11 04:13:38.436 INFO blam! test opcode::and::test::and_result_is_negative ... ok Oct 11 04:13:38.436 INFO blam! test opcode::asl::test::asl_should_work ... ok Oct 11 04:13:38.436 INFO blam! test opcode::asl::test::asl_result_is_carried ... ok Oct 11 04:13:38.436 INFO blam! test opcode::asl::test::asl_result_is_zero ... ok Oct 11 04:13:38.436 INFO blam! test opcode::asl::test::asl_result_is_sign ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_negtive_127_offset_with_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_negtive_127_offset_with_no_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_positive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_positive_127_offset_with_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_positive_127_offset_with_no_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_negtive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_negtive_127_offset_with_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_negtive_127_offset_with_no_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_positive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_positive_127_offset_with_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcs::test::bcs_with_positive_127_offset_with_no_carry_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_negtive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_negtive_127_offset_with_no_zero_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_negtive_127_offset_with_zero_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_positive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_positive_127_offset_with_no_zero_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::beq::test::beq_with_positive_127_offset_with_zero_flag ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bit::test::bit_with_no_flag_set ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bit::test::bit_with_overflow_flag_set ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bit::test::bit_with_sign_flag_set ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bit::test::bit_with_zero_flag_set ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bcc::test::bcc_with_negtive_0_offset ... ok Oct 11 04:13:38.437 INFO blam! test opcode::bmi::test::beq_with_negtive_127_offset_with_no_sign_flag ... ok Oct 11 04:13:38.449 INFO blam! test opcode::and::test::and_should_work ... ok Oct 11 04:13:38.449 INFO blam! test opcode::and::test::and_result_is_zero ... ok Oct 11 04:13:38.449 INFO blam! test opcode::bmi::test::bmi_with_negtive_127_offset_with_sign_flag ... ok Oct 11 04:13:38.449 INFO blam! test opcode::bmi::test::bmi_with_negtive_0_offset ... ok Oct 11 04:13:38.449 INFO blam! test opcode::adc::test::adc_result_is_zero ... ok Oct 11 04:13:38.450 INFO blam! test opcode::bmi::test::bmi_with_positive_0_offset ... ok Oct 11 04:13:38.450 INFO blam! test opcode::bne::test::bne_with_positive_127_offset_with_no_zero_flag ... ok Oct 11 04:13:38.450 INFO blam! test opcode::bmi::test::bmi_with_positive_127_offset_with_no_sign_flag ... ok Oct 11 04:13:38.450 INFO blam! test opcode::bne::test::bne_with_negtive_0_offset ... ok Oct 11 04:13:38.450 INFO blam! test opcode::bne::test::bne_with_negtive_127_offset_with_no_zero_flag ... ok Oct 11 04:13:38.451 INFO blam! test opcode::bne::test::bne_with_negtive_127_offset_with_zero_flag ... ok Oct 11 04:13:38.451 INFO blam! test opcode::bne::test::bne_with_positive_0_offset ... ok Oct 11 04:13:38.451 INFO blam! test opcode::bpl::test::bpl_with_negtive_0_offset ... ok Oct 11 04:13:38.451 INFO blam! test opcode::bpl::test::bpl_with_negtive_127_offset_with_no_sign_flag ... ok Oct 11 04:13:38.451 INFO blam! test opcode::bmi::test::bmi_with_positive_127_offset_with_sign_flag ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bpl::test::bpl_with_positive_0_offset ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bpl::test::bpl_with_negtive_127_offset_with_sign_flag ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bpl::test::bpl_with_positive_127_offset_with_sign_flag ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bvc::test::bvc_with_negtive_0_offset ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bpl::test::bpl_with_positive_127_offset_with_no_sign_flag ... ok Oct 11 04:13:38.452 INFO blam! test opcode::bvc::test::bvc_with_positive_0_offset ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvc::test::bvc_with_negtive_127_offset_with_no_overflow_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvc::test::bvc_with_positive_127_offset_with_overflow_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvc::test::bvc_with_negtive_127_offset_with_overflow_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bne::test::bne_with_positive_127_offset_with_zero_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvc::test::bvc_with_positive_127_offset_with_no_overflow_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvs::test::bvs_with_negtive_127_offset_with_no_overflow_flag ... ok Oct 11 04:13:38.457 INFO blam! test opcode::bvs::test::bvs_with_negtive_0_offset ... ok Oct 11 04:13:38.458 INFO blam! test opcode::bvs::test::bvs_with_positive_127_offset_with_no_overflow_flag ... ok Oct 11 04:13:38.458 INFO blam! test opcode::bvs::test::bvs_with_positive_0_offset ... ok Oct 11 04:13:38.458 INFO blam! test opcode::bvs::test::bvs_with_positive_127_offset_with_overflow_flag ... ok Oct 11 04:13:38.458 INFO blam! test opcode::clc::test::clc_when_carry_flag_is_not_set ... ok Oct 11 04:13:38.458 INFO blam! test opcode::clc::test::clc_when_carry_flag_is_set ... ok Oct 11 04:13:38.458 INFO blam! test opcode::cld::test::cld_when_carry_flag_is_set ... ok Oct 11 04:13:38.458 INFO blam! test opcode::clv::test::clv_when_overflow_flag_is_set ... ok Oct 11 04:13:38.458 INFO blam! test opcode::cld::test::cld_when_carry_flag_is_not_set ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_x ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_sign ... ok Oct 11 04:13:38.464 INFO blam! test opcode::bvs::test::bvs_with_negtive_127_offset_with_overflow_flag ... ok Oct 11 04:13:38.464 INFO blam! test opcode::cli::test::cli_when_carry_flag_is_not_set ... ok Oct 11 04:13:38.464 INFO blam! test opcode::cli::test::cli_when_carry_flag_is_set ... ok Oct 11 04:13:38.464 INFO blam! test opcode::clv::test::clv_when_carry_flag_is_not_set ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_x_sign ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_x_with_page_crossing ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_x_cycle_count ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_abs_x_zero ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_imm_sign ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_imm_zero ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_x ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_x_sign ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_x_zero ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_y ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_y_cycle_count ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_y_sign ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_y_with_page_crossed ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_indirect_y_zero ... ok Oct 11 04:13:38.464 INFO blam! test opcode::lda::test::lda_should_work ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_with_sign_value ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_with_zero_value ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_page ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_page_sign ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_page_x ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_page_x_sign ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_page_x_zero ... ok Oct 11 04:13:38.465 INFO blam! test opcode::lda::test::lda_zero_zero ... ok Oct 11 04:13:38.465 INFO blam! test opcode::ldx::test::ldx_abs ... ok Oct 11 04:13:38.465 INFO blam! test opcode::ldx::test::ldx_abs_sign ... ok Oct 11 04:13:38.465 INFO blam! test opcode::ldx::test::ldx_abs_y ... ok Oct 11 04:13:38.465 INFO blam! test opcode::ldx::test::ldx_abs_y_cycle_count ... ok Oct 11 04:13:38.465 INFO blam! test opcode::ldx::test::ldx_abs_y_sign ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_y ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_y_with_page_crossing ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_imm ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_y_zero ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_zero ... ok Oct 11 04:13:38.466 INFO blam! test opcode::ldx::test::ldx_abs_y_with_page_crossing ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_y_cycle_count ... ok Oct 11 04:13:38.466 INFO blam! test opcode::lda::test::lda_abs_y_sign ... ok Oct 11 04:13:38.466 INFO blam! test opcode::ldx::test::ldx_imm_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_imm_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_abs_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_imm ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_abs_y_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_should_work ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_with_sign_value ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_with_zero_value ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldx::test::ldx_zero_page ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_x ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_x_cycle_count ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_x_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_x_with_page_crossing ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_x_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_abs_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_imm ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_imm_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_imm_zero ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_should_work ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_with_sign_value ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_with_zero_value ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_zero_page ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_zero_page_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_zero_page_x ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_zero_page_x_sign ... ok Oct 11 04:13:38.472 INFO blam! test opcode::ldy::test::ldy_zero_page_x_zero ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldx::test::ldx_zero_page_y_sign ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldx::test::ldx_zero_page_y_zero ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldx::test::ldx_zero_zero ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldx::test::ldx_zero_page_y ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldx::test::ldx_zero_page_sign ... ok Oct 11 04:13:38.476 INFO blam! test opcode::ldy::test::ldy_zero_zero ... ok Oct 11 04:13:38.476 INFO blam! test opcode::nop::test::nop ... ok Oct 11 04:13:38.476 INFO blam! test opcode::sei::test::sei_when_interrupt_disable_flag_is_set ... ok Oct 11 04:13:38.476 INFO blam! test opcode::sec::test::sec_when_carry_flag_is_not_set ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_abs_y ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_imm ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_indirect_x ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_indirect_y ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_rel ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_zero_page ... ok Oct 11 04:13:38.476 INFO blam! test opcode::utils::test::opcode_fn_with_mode_zero_page_x ... ok Oct 11 04:13:38.476 INFO blam! test rom::test::flag6_parser::should_be_parsed_correctly ... ok Oct 11 04:13:38.476 INFO blam! test rom::test::flag7_parser::should_be_parsed_correctly ... ok Oct 11 04:13:38.484 INFO blam! test opcode::utils::test::opcode_fn_with_mode_abs_x ... ok Oct 11 04:13:38.484 INFO kablam! su: No module specific data is present Oct 11 04:13:38.484 INFO blam! test opcode::sec::test::sec_when_carry_flag_is_set ... ok Oct 11 04:13:38.484 INFO blam! test opcode::sed::test::sed_when_decimal_mode_flag_is_not_set ... ok Oct 11 04:13:38.484 INFO blam! test opcode::sei::test::sei_when_interrupt_disable_flag_is_not_set ... ok Oct 11 04:13:38.484 INFO blam! test rom::test::flag9_parser::should_be_parsed_correctly ... ok Oct 11 04:13:38.484 INFO blam! test opcode::utils::test::opcode_fn_with_mode_zero_page_y ... ok Oct 11 04:13:38.484 INFO blam! test opcode::utils::test::opcode_fn_with_mode_abs ... ok Oct 11 04:13:38.484 INFO blam! test opcode::sed::test::sed_when_decimal_mode_flag_is_set ... ok Oct 11 04:13:38.484 INFO blam! test rom::test::header_parser::should_be_parsed_correctly ... ok Oct 11 04:13:38.484 INFO blam! test rom::test::header_parser::last_five_byte_are_not_zero ... ok Oct 11 04:13:38.484 INFO blam! Oct 11 04:13:38.484 INFO blam! test result: ok. 166 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:13:38.484 INFO blam! Oct 11 04:13:39.448 INFO running `"docker" "rm" "-f" "11e9dfe9544eccb327ae5f1a722468afb8af88c77cd0fa9291eafc383ee7dc1d"` Oct 11 04:13:39.756 INFO blam! 11e9dfe9544eccb327ae5f1a722468afb8af88c77cd0fa9291eafc383ee7dc1d