From c70fc654f3ee58eb7ca523482222e742b03e037f Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 2 May 2005 13:57:15 +0000 Subject: [PATCH] actually use B for bitmask ops --- iwjpictest/harness.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iwjpictest/harness.asm b/iwjpictest/harness.asm index 1b97e6d..1d0bf6c 100644 --- a/iwjpictest/harness.asm +++ b/iwjpictest/harness.asm @@ -292,28 +292,28 @@ command_byte_read_fromset command_bitwise_read_mask serial_literal '?' - mov_fw e + mov_fw b and_wfw star_r bra command_endswitch_phex command_bitwise_read_mask_fromset serial_literal '_' - mov_fw e + mov_fw b and_wfw star_s bra command_endswitch_phex command_bitwise_or - mov_fw e + mov_fw b ior_wfw star_s bra command_endswitch_set command_bitwise_xor - mov_fw e + mov_fw b xor_wfw star_s bra command_endswitch_set command_bitwise_and_not - mov_fw e + mov_fw b com_w and_wfw star_s bra command_endswitch_set -- 2.30.2