Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add explanation and example how 3-pass (N-pass) assemblers work and what does it mean in sjasmplus. #182

Open
ped7g opened this issue May 12, 2022 · 1 comment
Labels
docs enhancement help wanted input from new users needed, or simple-enough tasks for new contributors RFC Request For Comments (opinions)

Comments

@ped7g
Copy link
Collaborator

ped7g commented May 12, 2022

See #179 for possible code example explaining the different passes, check also if it can be extended to other features (DEFARRAY?!).

And write some new chapter in documentation.

(if anyone has proposal how such chapter should look, or question which should be covered, please comment here)

@ped7g ped7g added enhancement help wanted input from new users needed, or simple-enough tasks for new contributors docs RFC Request For Comments (opinions) labels May 12, 2022
@ped7g ped7g pinned this issue Jun 16, 2022
@stevexyz
Copy link

Not sure about the general case, but I think that examples often explains bettern than void descriptions.

For example I remember that the N pass solution would allow the fake instruction "jrp label", where jr would be used if label is within range jp otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement help wanted input from new users needed, or simple-enough tasks for new contributors RFC Request For Comments (opinions)
Projects
None yet
Development

No branches or pull requests

2 participants