dasm-assembler / dasm-assembler/dasm

add features from other Dasm forks like improved incbin

Open
#92 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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:

  1. 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

  1. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.