TitanHZZ / vm

Simple stack based virtual machine.
MIT License
1 stars 0 forks source link

[Assembly] Logical/Bitwise instructions. #21

Closed TitanHZZ closed 2 months ago

TitanHZZ commented 11 months ago

Currently, all these instructions (and, or, not, ...) are strictly bitwise. This is a problem and there should be different instruction for logical and bitwise operations.

TitanHZZ commented 2 months ago

Done. Closing.