 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sivaller Guest
|
Posted: Mon Nov 15, 2004 7:25 pm Post subject: idivl sous GCC (LINUX) |
|
|
Souhaitant produire un fichier binaire format 16 bits seulement ;
j'emploie les codes suivantes :
gcc -E -P $1.c > _$1.c
bcc -o _$1.s -C-c -D__i86__ -0 -S _$1.c
as86 _$1.s -b $1.bin -u- -w- -g -0 -j -O -l _$1.txt
Mon fichier source employant une division de deux (long) ;
gcc ou bcc me renvoie l'erreur rellocation impossible sur idivl ;
Comment peux t'on intégrer la routine idivl dans le code binaire ;
merci ;
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|