Replace instructions and
and xor
by nand
or nor
#19
Labels
🕵 investigation
This design change might improve the VM
and
and xor
by nand
or nor
#19
The current set of binary instructions available in Triton VM,
and
andxor
, is functionally complete, but not minimally so. Replacing them by eithernand
ornor
or
andnot
are not natively available anyway),(Originally issue number 41 in the internal issue tracker.)
The text was updated successfully, but these errors were encountered: