Skip to content

Commit

Permalink
Update hello_world.s
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbalazik authored Sep 24, 2021
1 parent 61b7faa commit 02a482c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assembly/hello_world.s
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ main:

call exit
exit:
mov rax,1
int 0x80
mov rax,60
syscall

hello: db "hello world",33,10
len : dd 13

0 comments on commit 02a482c

Please sign in to comment.