Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

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

#!/bin/bash
gcc -S <filename.c> -o <filename>
Comment

PREVIOUS NEXT
Code Example
Shell :: kill a port windows 
Shell :: how to add gif in github readme 
Shell :: reinit git-submodules 
Shell :: how to remove untracked files in git 
Shell :: react js router 
Shell :: upgrade capacitor 
Shell :: android studio (not installed) flutter ubuntu 
Shell :: kubectl cleanup pods 
Shell :: install google chrome on ubuntu 
Shell :: how to reboot kali linux with commands 
Shell :: ubuntu install supervisor 
Shell :: get color in bashrc 
Shell :: change shell kali linux 
Shell :: install docker fedora 
Shell :: add change to your last commit 
Shell :: disable ssh login only keys 
Shell :: fcm post example curl 
Shell :: bash shortcuts 
Shell :: powershell write to file 
Shell :: git update fork from original repo 
Shell :: install pgcli linux 
Shell :: install git on linux 
Shell :: add gif to readme.so 
Shell :: bash create empty array 
Shell :: install wkhtmltopdf linux command 
Shell :: windows where are pip packages installed 
Shell :: git add git commit 
Shell :: git check if commit in master 
Shell :: anconda install django 
Shell :: install auth token 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =