Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuts7 authored Jul 13, 2020
1 parent f1a5c94 commit 1752655
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# sys_uname_assembly
# sys_uname_assembly

## How To Compile 64-bit ELF binary

```
nasm -f elf64 -o <filename>.o <filename>.asm
ld -o <filename> <filename>.o
```

0 comments on commit 1752655

Please sign in to comment.