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

Error "Symbol '__start' not found" with my asm code #54

Closed
stagbar opened this issue Aug 6, 2024 · 2 comments
Closed

Error "Symbol '__start' not found" with my asm code #54

stagbar opened this issue Aug 6, 2024 · 2 comments

Comments

@stagbar
Copy link

stagbar commented Aug 6, 2024

I use nasm to compile "demo.asm" to "demo.o"
then I try "smlrl -tiny demo.o -o demo.com"
and I get the Error "Symbol '__start' not found"

@alexfru
Copy link
Owner

alexfru commented Aug 7, 2024

Duplicate of #37 or #17?

@stagbar
Copy link
Author

stagbar commented Aug 7, 2024

ok
I fixed my code
section .text global __start __start: ret
It's working,thank

@stagbar stagbar closed this as completed Aug 7, 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

2 participants