Skip to content

Not an issue, only request info #10

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

Open
emitdrop opened this issue Sep 28, 2021 · 2 comments
Open

Not an issue, only request info #10

emitdrop opened this issue Sep 28, 2021 · 2 comments

Comments

@emitdrop
Copy link

Hi Duke,

I am following your examples in assembler for the M4 board.

Once I was able to understand an example (the one in dnslookup.s), I tried to load it into a development environment to introduce modifications and test it on the M4board.

I was wondering if you could please tell me what tools the examples are made with. It would help me to find out more information or directly use them instead. I'm trying with SDCC and sdas to assemble for the z80. I see that there are differences and sdas does not fully recognize the sources of the examples. I have been able to fix some little differences, like using "#0x" instead of "&", but others still give problems.

Thanks in advance.

@M4Duke
Copy link
Owner

M4Duke commented Sep 28, 2021

The lookup.s was written using MAXAM assembler (running on the CPC itself).
Some of the later examples were written using RASM. I would highly recommend using RASM :
https://github.com/EdouardBERGE/rasm/releases

I think it will assemble the MAXAM examples too.

Only the M4ROM is written using sdasz80. It probably will not assemble with anything else.

Let me know if any issues.

@emitdrop
Copy link
Author

Thank you Duke,

I'll try your suggests.

Regards.

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

2 participants