neo-fetch / nasm-codes

fun nasm coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fun nasm coding

License:MIT License


Languages

Language:Assembly 75.2%Language:C 14.4%Language:Makefile 10.4%