I want to start playing around with HexLoadr. One thing holding me back is finding a simple binary to Intel HEX utility. The assembler I'm using doesn't output Intel HEX, only raw binary. That's fine for the BASIC source-based loader, but not HexLoadr. Any suggestions on where to find a Linux Intel HEX converter utility?
--
You received this message because you are subscribed to the Google Groups "RC2014-Z80" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rc2014-z80+unsubscribe@googlegroups.com.
To post to this group, send an email to rc201...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rc2014-z80/cf278066-4a7f-45c7-b6c2-02ef9aca1e1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I want to start playing around with HexLoadr. One thing holding me back is finding a simple binary to Intel HEX utility. The assembler I'm using doesn't output Intel HEX, only raw binary. That's fine for the BASIC source-based loader, but not HexLoadr. Any suggestions on where to find a Linux Intel HEX converter utility?
Thanks for the help.
Well hmmm... seems I can run tasm on my Android tablet too. OK... guess I'll try both tasm and z80asm. Since tasm is one step, maybe that will be easier.
As for z80asm, I'm running z80asm-1.8 that I got from here: http://savannah.nongnu.org/projects/z80asm. I downloaded the source and built it on my tablet using Termux. I also built z88dk under Termux... while it did not build completely successfully, it did build appmake, which is all I needed to get the Intel Hex output format I needed.
I use my Google Pixel C as my main computer. Termux allows me to get to a command prompt so I can do most Linux stuff. One hitch with FreeBox is that the Pixel C keyboard doesn't have a "normal" backslash key, and the f-key sequence for backslash isn't recognized by FreeBox. It's the only program I've found so far the doesn't recognize that key. I'm also having an issue with the serial terminal for Android. I'm using "Serial USB Terminal" to connect to the RC2014 using an FTDI dongle, which works fine except... it doesn't properly paste CR/LF from the clipboard, so sending hex files or basic files won't work. I'm still working on that one. I can't find a way to access the serial port from Termux (since I don't have root access), so I can't use "screen". This could be a show stopper for un-rooted Android in this context. In the end, I'll probably give up and stick to my regular Linux desktop for RC2014 tinkering. It's not like I'll be carrying the RC2014 around anywhere.