dasm-assembler / dasm-assembler/dasm
PASS pseudo opcode
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 257
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be helpful to query the current pass number.
I have some checking macros (e.g. for code and data alignment) which often fail in the first passes and abort assembly. But in the final pass they would pass.
It would be even better if ERR (or a new pseudo op) would only stop assembling in the last pass.
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
Start by reading the assembler's pass handling and the implementation of checking macros and ERR. Determine how the current pass can be exposed and how errors are handled during assembly. Done should provide a way to identify the final pass and ensure the requested checks can avoid aborting before it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100