Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 434 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 434 Bytes

Assembly

some assembly projects (NASM 64-bit)

What is assembly language?

An assembly language is a type of low-level programming language that is intended to communicate directly with a computer’s hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.

There are some projects (from basic to advanced respectively) in this repository.