You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compares two values stored in memory and jumps to offset given if they are equal.
Example:
; store one and two in memorystr01str11; see if they are equal and jump to program start if they are equal (so this program is basically just an over complicated forever loop)jmpeq 012