I\'m a newbie to assembly programming, working through Programming Ground Up on an Ubuntu x86_64 desktop with GNU assembler v2.20.1.
I\'ve been able to assemble/link
I recently started following these examples too, I found the following worked:
.code32
--32
-m elf_i386
You can see my example here