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

as-8080, as-z80: change behavior of ORG #253

Open
vbmacher opened this issue Aug 5, 2022 · 0 comments
Open

as-8080, as-z80: change behavior of ORG #253

vbmacher opened this issue Aug 5, 2022 · 0 comments

Comments

@vbmacher
Copy link
Collaborator

vbmacher commented Aug 5, 2022

ORG pseudocode should not change physical location of the code, just it should set different address of current instruction.

Instead, there should be other psudo-instruction which does that (e.g. ORG_LOAD, LOAD, LORG, ...)

This feature should help writing self-relocating programs, like boot loaders.

@vbmacher vbmacher added this to the 1.0 milestone Aug 5, 2022
@vbmacher vbmacher changed the title as-8080, as-z80: add ability to ignore ORG as-8080, as-z80: change behavior of ORG Sep 6, 2022
@vbmacher vbmacher modified the milestones: 1.0, 0.41 Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant