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

Implement label support for Jumps in cross-assembler #19

Open
Rian-Ismael opened this issue Nov 8, 2024 · 0 comments
Open

Implement label support for Jumps in cross-assembler #19

Rian-Ismael opened this issue Nov 8, 2024 · 0 comments

Comments

@Rian-Ismael
Copy link
Collaborator

The cross-assembler is fully functional, capable of generating machine code from zepa-assembly syntax. However, labels have not yet been integrated. The cross-assembler should be able to accept and process labeled jumps without requiring the direct memory address to be specified, thereby improving flexibility in the assembly code. Ensure that instructions like JUMP _label_name are properly translated into machine code with the correct address.

@Rian-Ismael Rian-Ismael added this to the cross-assembler milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant