On Wed, 6 Feb 2002, Eric Seppanen wrote: > I have also had problems with gcc not correctly generating 16-bit code > is some cases (in mixed 16/32bit code where symbols need to be resolved > later by the linker). I was not able to find a solution; maybe another > assembler would work better.
my solution was to let nasm assemble it and then put the bytes into the .S file with the .byte operator ron
