noviceuser2004
MIS
Hello,
I have a hw assignment below and I don't know what the three lines doing, can someone kindly explain to me?
Thanks,
Tracy
Assume the following lines of HC11 code run on your HC11 system (MC68HC11E1 chip, program loaded into RAM during bootstrap)
PORTA= 0x1000
ldaa #3
staa PORTA
ldaa PORTA
What will be the value in the A accumulator after these lines of code have executed?
I have a hw assignment below and I don't know what the three lines doing, can someone kindly explain to me?
Thanks,
Tracy
Assume the following lines of HC11 code run on your HC11 system (MC68HC11E1 chip, program loaded into RAM during bootstrap)
PORTA= 0x1000
ldaa #3
staa PORTA
ldaa PORTA
What will be the value in the A accumulator after these lines of code have executed?