summaryrefslogtreecommitdiff
path: root/m68k.ld
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-04 00:16:02 +0300
committerOxore <oxore@protonmail.com>2023-05-04 00:16:02 +0300
commit79ff96cb2ffb140863c48803d21d10349881f907 (patch)
treeb73a97e084eac2551115272272292a657172c714 /m68k.ld
parentf2016e84699c4f8a83e759fecac9e5dacd490a40 (diff)
Add Readme, move hello world into separate dir
Diffstat (limited to 'm68k.ld')
-rw-r--r--m68k.ld4
1 files changed, 0 insertions, 4 deletions
diff --git a/m68k.ld b/m68k.ld
deleted file mode 100644
index dcc5257..0000000
--- a/m68k.ld
+++ /dev/null
@@ -1,4 +0,0 @@
-MEMORY {
- ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M
- SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K
-}