diff options
author | Oxore <oxore@protonmail.com> | 2023-05-04 00:16:02 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-04 00:16:02 +0300 |
commit | 79ff96cb2ffb140863c48803d21d10349881f907 (patch) | |
tree | b73a97e084eac2551115272272292a657172c714 /1_hello_world/m68k.ld | |
parent | f2016e84699c4f8a83e759fecac9e5dacd490a40 (diff) |
Add Readme, move hello world into separate dir
Diffstat (limited to '1_hello_world/m68k.ld')
-rw-r--r-- | 1_hello_world/m68k.ld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/1_hello_world/m68k.ld b/1_hello_world/m68k.ld new file mode 100644 index 0000000..dcc5257 --- /dev/null +++ b/1_hello_world/m68k.ld @@ -0,0 +1,4 @@ +MEMORY { + ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M + SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K +} |