diff options
author | Oxore <oxore@protonmail.com> | 2023-05-03 01:23:56 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-03 01:29:14 +0300 |
commit | f2016e84699c4f8a83e759fecac9e5dacd490a40 (patch) | |
tree | b4a94dae0a8a192fd2d780cde5df5fe1280c7474 /m68k.ld |
Initial commit
Diffstat (limited to 'm68k.ld')
-rw-r--r-- | m68k.ld | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +MEMORY { + ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M + SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K +} |