poke2 question
Hi,
I have a (maybe stupid) question concerning 16-bit-ISA addressing. The
hardware of an special ISA card in question is controlled via writing
16-bit-words from a base address on above 1 MB. I do know two
possibilities using Euphoria:
1. poke(address,{byte1,byte2})
and
2. poke(address ,byte1)
poke(address+1,byte2) .
Is the effect on the hardware the same or is it different? And what
would be the EU-code which should be equivalent with the C-function for
writing a (16 bit-) Word?
Any idea or advice?
Thanks, Rolf
|
Not Categorized, Please Help
|
|