Compile Assembly Gcc

[Solved] Compile Assembly Gcc | Solidity - Code Explorer | yomemimo.com
Question : compile assembly gcc

Answered by : robert-russell

gcc -c file.S -o file.o
gcc file.o -o file

Source : https://stackoverflow.com/questions/7190050/how-do-i-compile-the-asm-generated-by-gcc | Last Update : Thu, 11 Nov 21

Answers related to compile assembly gcc

Code Explorer Popular Question For Solidity