Actually playing with #asm80 under #RiscOS and asm80 is fine, but the #hex2bin app I got off the net always starts its output file at 0000h!
Fine if you're building a boot rom, annoying if building a CP/M .com, really annoying if building a #m100 RAM binary (that probably starts at like F000h!)
So its either find/write a better hex2bin or find/write a utility to strip binary padding off... Neither is really hard, im just lazy...
humm, when you specify multiple files on the cli with #asm80 the files are all assembled, but they are assembled separately...
If they were all assembled together, that would eliminate probably 90% of my need for a preprocessor...
My boss is on a rampage so I'm promising nothing!