APU > 命令セット > AND1

AND1

コード一覧

文法 オペコード バイト数 命令サイクル フラグ変化 内容
AND1 C,mem,bit 4A 3 4 -------C C &= mem:bit
AND1 C,/mem,bit 6A 3 4 -------C C &= ~mem:bit

to use these instructions with the TASM table the syntax is a bit wierd "for MOV1 mem,bit,C" it is: MOV1 (mem+(bit<<13)),C

最終更新:2017年02月20日 19:00