;------------------------------------------------------------------------------ ; Hand-built table for linking programmes in AT91 boot_table ; Last modified 20/11/01 ; Items marked with ** are hand-linked and will need checking if code expands Start EQU 0 ROM_loader_image_position EQU &1000 ; ** Plenty of space above boot code ROM_loader_image_length EQU &500 ; ** Overestimate ROM_loader_branch_space EQU &10 ; I wish "ORIGIN" worked :-( Mon_ROM EQU &10000 ; ** Mon_RAM_image_position EQU &1000 ; ** Mon_RAM_image_length EQU &280 ; ** Flash_prog EQU &20000 ; ** Angel_start EQU &30000 ; ** XPIO_config EQU &8000 ; ** ;------------------------------------------------------------------------------ END