So You Want to Build a Language VM - Part 05 - Equality Checks
Covers equality opcodes
Equality
Hey, you’ve made it this far! Congrats! I wish I could say we’re near the end to give you some hope, but, well…sorry. =)
Today, we’re going to add some equality and comparison instructions! These will let us test us if the values in two registers are equal, not equal, greater than, or less than. These are easy to implement, so it shouldn’t take us too long.
== Opcodes
The new Opcodes
we’ll be creating are: