diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-01 14:23:48 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-11-01 14:23:48 +0000 |
commit | 727081f99a5065787dd3d035f92ef9f502f3622c (patch) | |
tree | e5989948e5a8d46c78345e09d5f8b80f1600efda /examples/instruction-test.asm | |
parent | 90fb9816b495167c66f40284b66a9d4da22ae769 (diff) | |
download | ovm-727081f99a5065787dd3d035f92ef9f502f3622c.tar.gz ovm-727081f99a5065787dd3d035f92ef9f502f3622c.tar.bz2 ovm-727081f99a5065787dd3d035f92ef9f502f3622c.zip |
Removed OP_EQ signed versions as they're useless
A negative number under 2s complement can never be equal to its
positive as the top bit *must* be on. If two numbers are equivalent
bit-by-bit then they are equal for both signed and unsigned numbers.
Diffstat (limited to 'examples/instruction-test.asm')
0 files changed, 0 insertions, 0 deletions