Skip to content

Python script for converting Intel Hex memory file to Micron VMF

License

Notifications You must be signed in to change notification settings

isuckatdrifting/ihex2vmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ihex2vmf

Python script for converting Intel Hex memory file to Micron VMF

Example Usage -- Intel Hex to VMF

Python3 ihex2vmf.py ./example/hello.hex ./example/hello.vmf

Micron VMF format example

@8000 // @hex_address
76 // hex_data_0
34 // hex_data_1

@8008
54

If you found that this repo is re-inventing a wheel, please ping me by posting an issue.

Reference

About

Python script for converting Intel Hex memory file to Micron VMF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages