summaryrefslogtreecommitdiff
path: root/1_hello_world/m68k.ld
blob: dcc5257708801d5e90b82d4a4485e2c5c5bdcbc2 (plain)
1
2
3
4
MEMORY {
    ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M
    SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K
}