dasm-assembler / dasm-assembler/dasm
add features from other Dasm forks like improved incbin
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 257
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
I'm missing some nice additions from other Dasm forks like the ones from tlr or iAN CooG:
https://csdb.dk/release/?id=182815
http://iancoog.altervista.org/
For example:
- incbin directives may have offset and length.
incbin [,[,]]
FNAME eqm "file4.bin"
a:
incbin "file1.bin"
b:
incbin "file2.prg",2
incbin "file3.bin",0,16
incbin FNAME, 0, b-a
- add otuput of VICE compatible symbol lists
And a lot more was added and fixed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the linked tlr and iAN CooG fork references and the incbin and VICE-compatible symbol-list examples first. No repository files or tests are named, and the request includes “a lot more”; agree on a narrower feature set and acceptance criteria before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100