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 :
makeIt assumes you have nasm already installed on the machine, as well as gcc.
Then, you can run the following command :
./recursive-octal-convertorand answer the prompt to get the octal representation of the unsigned integer you submitted.