I'm currently working on some baremetal code for the Raspberry Pi, and I'm attempting to place the interrupt vector table--implemented in gnu assembly--at address 0. I previously wrote the table in C and used the section attribute and linker script to specify where the table should be placed.
Is there a similar method, or another method, available in gnu assembly to store the table at address 0?