use of FAR pointers with gcc
From: tanuki (phake_at_sadomain.co.za)
Date: 05/31/04
- Next message: Ed Morton: "Re: Find the functions being called in a C file"
- Previous message: Stephen L.: "Re: Becoming a C _developer_"
- Next in thread: Lew Pitcher: "Re: use of FAR pointers with gcc"
- Reply: Lew Pitcher: "Re: use of FAR pointers with gcc"
- Reply: Stephen L.: "Re: use of FAR pointers with gcc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 15:59:00 +0200
Hi guys,
sorry to ask this stupid question but how can i use far pointers in gcc ?
see, in tc i have something like :
int far *ptr= 0xb8000000;
gcc doesnt seem to have a far keyword
thanks
- Next message: Ed Morton: "Re: Find the functions being called in a C file"
- Previous message: Stephen L.: "Re: Becoming a C _developer_"
- Next in thread: Lew Pitcher: "Re: use of FAR pointers with gcc"
- Reply: Lew Pitcher: "Re: use of FAR pointers with gcc"
- Reply: Stephen L.: "Re: use of FAR pointers with gcc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|