Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

a script that generates the assembly code (Intel syntax) of a C code and save it in an output file

#!/bin/bash
gcc -S -masm=intel $CFILE
 
PREVIOUS NEXT
Tagged: #script #generates #assembly #code #C #code #save #output #file
ADD COMMENT
Topic
Name
7+4 =