Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Martin Kröning
gi4_uebung08
Commits
1b1b942c
Commit
1b1b942c
authored
Jun 24, 2019
by
Martin Kröning
🦀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ret to return from main instead of interrupting to exit program
We are linking against a C library anyways.
parent
9691b4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
README.md
README.md
+1
-3
No files found.
README.md
View file @
1b1b942c
...
...
@@ -64,9 +64,7 @@ main:
call exit
add esp,4
mov eax,1
mov ebx,0
int 0x80
ret
SECTION .data
msg db `Hello World! ebx = ?\n`,0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment