Skip to content

neo-fetch/nasm-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Microprocessors

ย 

Microprocessors

Github top language Github language count Repository size License

About ย  | ย  Features ย  | ย  Technologies ย  | ย  Requirements ย  | ย  Starting ย  | ย  License ย  | ย  Author


๐ŸŽฏ About

These are basic nasm codes which I made from scratch, using C codes as an analogy

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have nasm, GCC and optionally Valgrind installed.

๐Ÿ Starting

Just type:

# Depending on the directory, your corresponding code is compiled and executed

make clean

# Depending on the directory, your object files and other dependencies are purged.

make leaksNASM

# Analyzes the object file generated by NASM

make leaksC

# Analyzes the object file generated by the C code which is used as an analogy(Call it something like a psuedo-code) to write NASM.

๐Ÿ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Author: Mayank

Back to top