Binary code from 0-131072 9/25 0-255 9/26 0-131072
I'm trying to create a compiler from binary to text (ASCII format) then my next step is to make a basic programming language using binary and ASCII. To create the compiler, you will have to add different binary numbers, separated by space key. The binary numbers (bytes) will then each be separated in a space in a list. Each byte in the list is then converted into a base 10 number. The base 10 numbers are outputted as the letter of the same number in ASCII format. Each letter is put together in the sum.