help.nand.html

来自「有趣的模拟进化的程序 由国外一生物学家开发 十分有趣」· HTML 代码 · 共 7 行

HTML
7
字号
<html><title>Instruction : nand</title><h1>nand</h1>This instruction reads in the contents of the BX and CX <a href="help.Registers.html">registers</a>  (each of which are 32-bit numbers) and performs a <a href="help.Bitwise.html">bitwise</a>  nand operation on them. The result of this operation is placed in the <a href="help.Nop-Register-Notation.html">?BX?</a>  register. Note that this is the only <a href="help.Logic.html">logic</a>  operation provided in the basic avida instruction set.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?