Skip to content

Files

Latest commit

 

History

History

medium

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Medium learn ASM

This is first medium asm programming language. You can learn or contribute on this path!

Soon i add new

Note : *If you wanna contribute please adjust your category, for example this path is for basic

How to compile

gcc -static -nostartfiles fileasm -o resultnamecompile

Ex:

gcc -static -nostartfiles conjump.S -o conjump