dasm-assembler / dasm-assembler/dasm
invalid (?) "#" usage
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 257
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
The assembler accepts the placement of a "#" directly before a mnemonic. e.g., #jsr test
This seems to be an error to me.
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 reproducing the reported input #jsr test with the assembler and trace where a # immediately before a mnemonic is accepted. The issue does not identify a source file, test, or expected replacement behavior, so first establish whether this syntax should be rejected and how existing parser tests express invalid input. Done means the intended behavior is documented by a regression test and the assembler handles this case accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100