Hi, using 4.2. Can I generate a raw binary file with 'as' without doing the "objcopy -O binary elf_binary raw_binary" ??
Nasm generates raw binaries by default, and with the '-f elf' option generates ELF files, can I do the same with 'as' ?? Thanks 4 all.

