How do I define a hex constant in 68000 assembly? I need to compute the logic expression X'Y + X'Z + YZ, where X, Y, and Z are hex constants, and the result is displayed in binary. I wrote the code to compute the expression, I'm just not sure how to define the constants in hex..and then display them in binary.
For reference, X is 000F, Y is 0033, and Z is 0055.
X: DC ???