a) If the content of d0 is $30 state in words what each of the following numbered instructions will do when placed immediately after the test instruction below
tst d0
a) bne fred

b) If the content of d0 is $30 state in words what each of the following numbered instruction pairs will do.
a. cmpi #$30,d0
beq dan

b. cmp.l unknown,d0
bne dan

c. cmp.w d1,d0
bgt dan

Recommended Answers

All 2 Replies

no one is going to do your homework here, show what you have done and your thinking behind it and someone will guarantee point you in a better direction if you're still stuck.

can someone tell me if this is correct

a) If the content of d0 is $30 state in words what each of the following numbered instructions will do when placed immediately after the test instruction below
tst d0
a) bne fred = go to label fred if d0 not equal to $30

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.