Am Freitag, den 25.09.2009, 22:25 +0100 schrieb James Courtier-Dutton: > 2009/9/25 Seth Goldberg <seth.goldb...@sun.com>: > > Hi, > > > > gas supports 16-bit code with .code16 directives. What are you trying to > > do? > > > > I would like to have some .c code, compile it into 16-bit x86 code. I > then want to look at the resulting 16-bit x86 code with a > disassembler.
This is totally off topic to this list. If you want to see what asm code gcc generates just use gcc with -S option and the asm code gets stored in an .s file Debian has x86dis packaged, which seems to be an x86 disassembler. But please don't continue that topic on this list. Search another place to get help, this has absolutely nothing to do with GRUB specific development. -- Felix Zielcke Proud Debian Maintainer _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel