figasm64/README.md

11 lines
149 B
Markdown
Raw Normal View History

2023-10-30 01:16:50 +01:00
# figASM64
2020-07-01 00:47:13 +02:00
2023-10-30 01:16:50 +01:00
La figa a 64bit รจ meglio
2020-07-01 00:47:13 +02:00
# Come faccio a compilare `figasm` da sorgente?
```bash
2023-10-30 01:16:50 +01:00
nasm -f elf64 -o figa.o figa.s
ld figa.o -o figa
2020-07-01 00:57:46 +02:00
```