top of page

DUAL MAPPING BIN TUTORIAL
1. Download Free Hex Editor Neo http://www.hhdsoftware.com/free-hex-editor
2. Install the software into your laptop and run.
​
​

1. Open Hex Editor Neo

2. Create New file
Goto File > New, and you will get new blank hex file.

3. Open your first bin file
Goto File > Open > Open File

4. Select your bin file
Now, open second bin file.

5. Select first bin file hex

6. Insert address to select
Address between 0000 to 8000

7. Copy on selected hex

8. Paste in new bin file
Paste on first 0000 address. It will full to 8000 line

9. Copy second bin
Paste the second bin at 8000 address and it will full until 10000 address line.

10. Complete dual bin create

11. Save the new bin file

12. Give a name
Example: NewBin.bin you must write manually .bin format
bottom of page