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

Split elf.inc, main asm files manage segments #45

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

jbirddog
Copy link
Owner

Had a realization about how fasm handles segments, so include files now should not define what segments bytes belong to, but instead leave that up to the main asm file that is defining the executable.

main:

-rwxr-xr-x 1 u g 1064 Jun 17 21:19 blue
-rwxr-xr-x 1 u g  995 Jun 17 21:20 elf_test
-rwxr-xr-x 1 u g 1232 Jun 17 21:20 elf_test_hello_world

This branch:

-rwxr-xr-x 1 u g  952 Jun 17 21:13 blue
-rwxr-xr-x 1 u g  939 Jun 17 21:13 elf_test
-rwxr-xr-x 1 u g  920 Jun 17 21:13 elf_test_hello_world

@jbirddog jbirddog merged commit 6baf955 into main Jun 18, 2024
1 check passed
@jbirddog jbirddog deleted the elf_template branch June 18, 2024 01:23
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

Successfully merging this pull request may close these issues.

1 participant