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

Add external .opcode.bin provision #22

Closed
duncanamps opened this issue Jun 15, 2023 · 0 comments
Closed

Add external .opcode.bin provision #22

duncanamps opened this issue Jun 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@duncanamps
Copy link
Owner

Current status is that the assembler covers 8080/8085/Z80/Z180, these processors are baked in. Users wanting to experiment with other processors, undocumented instructions, etc., may not want or have the capability to recompile all the software.

Need to add an external .opcode.bin provision so if the user executes something like the following:

xa80 myfile.asm --com --processor=HD64180

As the processor is not baked in, XA80 should search for an external file either in the directory where xa80 was executed from, or failing that the current working directory. The file searched for should be HD64180.opcode.bin

It should also be possible to add a path, in which case it will just check this path and nowhere else, something like this should work:

xa80 myfile.asm --com --processor=/home/duncan/xa80/extras/HD64180

Also, this should be covered off by the XA80 environment variable if required.

@duncanamps duncanamps added the enhancement New feature or request label Jun 15, 2023
@duncanamps duncanamps self-assigned this Jun 15, 2023
@duncanamps duncanamps modified the milestones: V0.2, V0.3 Jun 22, 2023
duncanamps added a commit that referenced this issue Jun 24, 2023
Signed-off-by: duncanamps <duncan@duncanamps.com>
@duncanamps duncanamps modified the milestones: V1.0, V0.3 Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant