fasm_example_64
fasm_example_64 copied to clipboard
Using FASM (the Flat assembler) cross-platform (OSX/Linux)
Results
1
fasm_example_64 issues
Sort by
recently updated
recently updated
newest added
Is need to fix the Makefile content by linux distros ``` $ make cc hello64.o -o hello64 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned...