The TriCore architecture has Harvard-like separated buses, and the toolset defines special sections:
memory mem_dspr0 mau = 8; size = 64k; type = ram; map (dest=bus:local, dest_offset=0x60000000, size=64k); vx-toolset tricore
; myasm.s .section .text, "x" .global _my_func _my_func: movh.a %a4, #hi(my_data) lea %a4, [%a4] #lo(my_data) ld.w %d2, [%a4] ret Compile with: size = 64k
section_layout :tc:linear group (ordered, run_addr=mem:dspr0) select ".data.bss"; select ".zbss"; type = ram