Code: Select all
gcc -c [...] qi.c qex.s
Code: Select all
gcc -c [...] qi.c qex.s
Why not?Hery Sasta wrote:I don't want to link it if I don't have to do it.
ok, but what format of executable file i get if I only use gcc -c and as?? does it format run like binary fileDruG5t0r3 wrote:I'm fairly sure that you need to tell gcc that your code will be running in 16bit mode at compile time first. How? Don't ask me... man gcc
Code: Select all
extern int...
Code: Select all
movw $0001, %ax
Code: Select all
#if ! defined INCLUDE
..............
#endif