First page Back Continue Last page Summary Graphics
Solution: Cross-Development
Write program on one computer (host) and then transfer executable to other computer (target)
Technique used for original Microsoft Basic in 70's "host" Harvard mainframe, "target" 8080 with ~8KB memory
Technique often used within GCC development group "host" is workstation, "target" processor
Particularly useful if one doesn't have everything up and running on the target computer (or don't even have processor yet)