forked from chic_luke/figasm
Update README.md
This commit is contained in:
parent
e7c373f3bd
commit
fdf26032d2
@ -5,6 +5,13 @@ La figa a 64bit è meglio
|
||||
# Come faccio a compilare `figasm` da sorgente?
|
||||
|
||||
```bash
|
||||
nasm -f elf64 -o figa.o figa.s
|
||||
nasm -f elf64 -o figa.o figa.asm
|
||||
ld figa.o -o figa
|
||||
```
|
||||
|
||||
# Ma a me piace windows!!1
|
||||
|
||||
```cmd
|
||||
nasm -f win64 -o figa.o figawin.asm
|
||||
ld -o figa.exe figa.o -entry=Start --subsystem=console -lkernel32
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user