Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commodoreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee#583

Open
nomennesc-io wants to merge 1 commit intoeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee:eeeeeeeeeeeeeeeeeeeeeeeefrom
nomennesc-io:eeeeeeeeeeeeeeeeeeeeeeee
Open

Commodoreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee#583
nomennesc-io wants to merge 1 commit intoeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee:eeeeeeeeeeeeeeeeeeeeeeeefrom
nomennesc-io:eeeeeeeeeeeeeeeeeeeeeeee

Conversation

@nomennesc-io
Copy link
Copy Markdown

(sorry, C64 > x86)

cat ./ld.cfg:

SYMBOLS {
LOADADDR: type = import;
}
MEMORY {
LOADADDR: file = %O, start = %S - 2, size = $0002;
LORAM: file = %O, start = %S, size = $1000 - %S, fill = yes;
}
SEGMENTS {
LOADADDR: load = LOADADDR, type = ro;
EXEHDR: load = LORAM, type = ro, optional = yes;
CODE: load = LORAM, type = rw, optional = yes;
}

    (sorry, C64 > x86)

cat ./ld.cfg:

SYMBOLS {
  __LOADADDR__: type = import;
}
MEMORY {
  LOADADDR: file = %O, start = %S - 2, size = $0002;
  LORAM:    file = %O, start = %S,     size = $1000 - %S, fill = yes;
}
SEGMENTS {
  LOADADDR: load = LOADADDR, type = ro;
  EXEHDR:   load = LORAM,    type = ro,  optional = yes;
  CODE:     load = LORAM,    type = rw,  optional = yes;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant