One case when A<B is tested. Now we need to check alternative variants of inequality. Let's for example change value of A to 10 (it corresponds to A16 in hex) and keep previous B value:
The result of program execution is change to the opposite now: A>B. So our MMIX program is OK!
You may want to check that your input of parameters is correct. Then, as you remember, directive i is the most suitable:
Note that this directive shows numbers not only in hex, but also in decimal form.
Related topics:
E-MMI software
|