On Thursday 10 September 2009, Øyvind Harboe wrote: > W.r.t. run_algorithm, I was thinking about how much work > it would be to write a *small* machine code translator > that would translate generic code in to machine specific > code... Sounds impossibly hard, but is it really? I haven't > looked at what's out there.
"gcc" does such translation. ;) An arm_run_algorithm() might be better than the current target_run_algorithm(). It might take a command block, shrinking the param list to something sane and completely arch-neutral (beyond "ARM"). _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development