Opie Pecheux wrote:
I want to access to the video memory. In C I use _farsetsel without problems, but in Pascal I have a problem with the selector _dos_ds.
If it is an `unsigned short' (just guessing), then you can use
Var DosDS: asmname '_dos_ds' ShortCard;
Hope this helps,
Peter