Write a program segment to compare the contents of register
Write a program segment to compare the contents of register D with immediate value #$1234.
Solution
Write a program segment to compare the contents of register D with immediate value #$1234.
answer : CPD #$1234
the program sement represents comparing the contents of the register D with immediate value #$1234
