From: ian Date: Mon, 2 May 2005 13:57:15 +0000 (+0000) Subject: actually use B for bitmask ops X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=c70fc654f3ee58eb7ca523482222e742b03e037f;p=trains.git actually use B for bitmask ops --- 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