Skip to content

manuelinfosec/asm-binary-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASM Integer To Binary

This program written in x86 Assembly, converts an integer to binary.

Upcoming

  • Add more number systems (octal, hexadecimal).

Compilation

Install NASM with:

sudo apt-get install -y nasm

With NASM and MINGW confirmed to be installed, proceed with compilation for your system architecture:

nasm -f win32 main.asm -o main
gcc main.obj

Acknowledgments

if this repository was useful to you, please leave it a star.