The linker takes the following arguments:
--bare (just dump instructions, no executable format)
--verbose (print lots of messages)
--entry [name] (set the entry point the given symbol)
--at [address] (link as if the text segment will begin
at the given address, zero is the default).