Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 367 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 367 Bytes

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