LDD #$F00D
LDX #$C100
STD 0,X
BSET 0,X,$44
BCLR 1,X,$11
What numbers are in memory locations $C100 and $C101 after the program is executed?
If it helps, we're using the HC12 & S12 microcontrollers....
LDD #$F00D
LDX #$C100
STD 0,X
BSET 0,X,$44
BCLR 1,X,$11
What numbers are in memory locations $C100 and $C101 after the program is executed?
If it helps, we're using the HC12 & S12 microcontrollers....