Moved: This thread is more suitable in Linux-Software and has been moved accordingly to help your thread/question get the exposure it deserves.
You need to write assembly code and then compile :
nasm -o outfile filename.S
.S is standard extension for asm files, but you can use another.
|