Skip to content

Ximaz/octal-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Octal Representation in x86-64

This project contains an assembly source code written in NASM Intel x86-64 and provides a procedure called octal which allows allows one to get the octal representation of a unsigned integer.

To compile the project with a little test terminal user inteface, you can build the project using this command :

make

It assumes you have nasm already installed on the machine, as well as gcc.

Then, you can run the following command :

./recursive-octal-convertor

and answer the prompt to get the octal representation of the unsigned integer you submitted.

About

Get the octal representation of an unsigned integer from an assembly hand-written procedure

Topics

Resources

Stars

Watchers

Forks