Trinity-11 / FoenixIDE

Development and Debugging Suite for the C256 Foenix Family of Computers
GNU General Public License v3.0
48 stars 14 forks source link

Support for .bin files #25

Closed clandrew closed 1 year ago

clandrew commented 1 year ago

Looks like only Intel hex based programs are natively supported right now.

dtremblay commented 1 year ago

A bin file is just raw binary. So it's not Intel specific. You can only provide one start address.

clandrew commented 1 year ago

That's not the correct understanding of my text. "Intel hex" is the term for the format the emulator currently supports

dtremblay commented 1 year ago

The IDE currently supports .hex, .pgz and .pgx files. I'll be adding the .bin files to the "Open Executable File" dialog, with a prompt for "Enter Bin Start Address".

dtremblay commented 1 year ago

This was added in release 0.6.0.9.