[comp.sys.ibm.pc.programmer] Far data arrays

elee24@castle.ed.ac.uk (H Bruce) (05/02/90)

How can you declare a far array in Microsoft C ?
This would appear to be illegal syntax - does anyone know how to 'trick'
the compiler so that I could perform an instruction such as :

data = array[i][j];

where array is in far memory ?

Thank you,

Henry Bruce