/bin2mem

A tiny tools convert MIPS assembly language files into machine code in character form.

Primary LanguagePythonMIT LicenseMIT

Bin2Mem

Bin2Mem is a Tiny tools to convert MIPS assembly instructions into machine code in character form. Just for the convenience of filling COE files for Vivado.

How to use

1. Generate Hex

Put your file your_file_name.s and conver.py in the same directory

python convert.py your_file_name.s

Then you will see a directory with the same name of your file.

2. Clean

python convert.py clean

3. Save processing files

python convert.py your_file_name.s -s

It will save files like *.o

More ?

Just keep simple for convenience.

Hope u enjoy it.