Compiler
Compiler copied to clipboard
Compiler for C language in python
Results
1
Compiler issues
Sort by
recently updated
recently updated
newest added
After I run the cmd $gcc source.S -o source, the error appears like Error: invalid instruction suffix for `push' then I add .code32 on source.S, the executable file was produced...