wiremod / wire-cpu

Legacy CPU/GPU/SPU as a separate addon.
Apache License 2.0
8 stars 6 forks source link

More logical instruction mnemonics #50

Closed WallopingEwe closed 8 months ago

WallopingEwe commented 8 months ago

Some instructions already have an L prefix for the logical version such as LNEG. Easier to remember and easier to tell it apart from its bitwise counterparts.

OR -> LOR XOR -> LXOR AND -> LAND LNEG -> LNOT