![]() |
Wrong answer
Hi, guy's I took a test today and I got wrong answer. can you gyus tell me why? I chose true.
[HTML]True or False. Given that CL and DL contain SIGNED numbers the code fragment below correctly implements the following pseudocode. Pseudocode: If (CL < DL) then Call less Code Fragment: CMP CL, DL JAE @@COMMON CALL LESS @@COMMON {RAP} a.) True b.) False [/HTML] Thank you. |
JAE is used to deal with signed numbers. I think what you need is JGE
|
>JAE is used to deal with signed numbers
Other way around. JAE is for unsigned values, JGE is for signed values. |
Good catch Narue
|
Quote:
|
You might be able to "use" it but it might not work the way you intend it to
|
Yep you can use it with Byte Word or DWord, with 16-bit real mode or 32-bit protected mode, Thanks for traying.
|
| All times are GMT -5. The time now is 12:22 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC