retagged by
557 views
2 votes
2 votes
The flags are affected when conditional CALL or JUMP instructions are executed.  True/False
retagged by

1 Answer

1 votes
1 votes
False , Because jump and call just check or test the flag status and work accordingly .

for example:

1.JUMP to relative address if carry Flag is set.

2.jump if result is not zero .(JNZ)

same with call also .

Related questions

0 votes
0 votes
1 answer
1
junior hacker asked Jan 15
151 views
a computer has 32-bit instructions and 12-bit addressing if there are already 250 two address instruction how many one address instruction can be formulated
1 votes
1 votes
1 answer
4