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
e049164c
Commit
e049164c
authored
Jun 24, 2019
by
Martin Kröning
🦀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous call to exit
All C streams are flushed when returning from main.
parent
1b1b942c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
README.md
README.md
+0
-5
No files found.
README.md
View file @
e049164c
...
...
@@ -31,7 +31,6 @@ Somit ergibt sich für die exemplarische Anweisung der Maschinencode `0x0C30148
```
assembler
SECTION .text
extern printf
extern exit
global main
global msg
...
...
@@ -60,10 +59,6 @@ main:
add esp,4
pop ebp
push dword 0
call exit
add esp,4
ret
SECTION .data
...
...
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