mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
a04f1b8e05
* Add addresses for makerom and boot segments * Mark entrypoint as the entry of the elf * Add extra labels to macro.inc * Use dlabel, jlabel and endlabel in disassembly * Make jlabel global * git subrepo pull tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "92b9ec72f" upstream: origin: "git@github.com:simonlindholm/asm-processor.git" branch: "main" commit: "92b9ec72f" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * Use `dlabel`s for non-functions in .text * Add linker asserts * Move framebuffer_lo to before the makerom segment to avoid `dot moved backwards` warnings * fix * Improve assert message * fix * Third fix * Fix four * Move undefined_syms to linker_script folder * Make second linker script file to avoid abusing undefined_syms * Update Makefile Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * Rename to extra.ld * Use entrypoint symbol on ROM header --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
; DO NOT EDIT (unless you know what you are doing)
|
|
;
|
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
|
;
|
|
[subrepo]
|
|
remote = git@github.com:simonlindholm/asm-processor.git
|
|
branch = main
|
|
commit = 92b9ec72f40fde329bd91a83046b6c74bdc00199
|
|
parent = 1f6e7c5006bcc603714310b9fb891f4fa546c896
|
|
method = merge
|
|
cmdver = 0.4.3
|