2003-07-01 04:08 AM
2003-06-30 11:57 PM
hi all
In order to access the GPIO i need to access register 0xCF8 to enable the GPIO As you know register 0xCF8 is 32 bit register How should I access register 0xCF8 (I am using OUT command that can access 8 bit data) ?2003-07-01 03:15 AM
It is not possible to split 32 bits access in 0xcf8 into a series of 8 bits access and your OUT command is unusable in this case.
You need a true 32 bits I/O access. Which compiler are you using? There is probably ways to manage 32 bits I/O, maybe through in-line assembly? Farfalla2003-07-01 04:08 AM
Quote:
hii i using debug of dos6.22 and the command is (out dx,al) how can I do with debug