I am actually writing code for 8086 processor, and need to output one of the registers.
I think I can use the OUT
instruction, but will the data bus lose that data after clock cycle completed?
I actually didn't tried on actual microprocessor
I am actually writing code for 8086 processor, and need to output one of the registers.
I think I can use the OUT
instruction, but will the data bus lose that data after clock cycle completed?
I actually didn't tried on actual microprocessor