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

dasm7810 compiling issue #1

Open
thirschbuechler opened this issue Mar 17, 2016 · 1 comment
Open

dasm7810 compiling issue #1

thirschbuechler opened this issue Mar 17, 2016 · 1 comment
Assignees

Comments

@thirschbuechler
Copy link

gcc didn't compile dasm7810 with the supplied makefile, the d-flag seems to be the culprit.
After executing gcc -o d7810 dasm.o 7810dasm.o the binary got created off the already created o-files. What is the d for anyway, gcc's documentation seems to point to a preprocessor-macro-defintion, which doesn't seem to be used here.

However, thanks for providing a DASM for such ancient hardware;)

@stilett0
Copy link

You can thank @pullmoll for stashing his standalone disassembler in the git playground, I guess 😄 (assuming he ever sees this)

For something that's maybe slightly more maintained, you can look at MAME's monstrosity "unidasm" which aims to disassemble for every CPU that's emulated in MAME.
https://github.com/mamedev/mame/blob/master/src/tools/unidasm.cpp
builds when you build MAME tools.

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

3 participants