This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

new application

i wanna write an application for a micro computer. i start it and things going well. i think it will be called nanobyter. cool hu <^.^> how to make it work on all different micro computers?

Parents
  • Just locate the most expensive consultant firm. Then hand off your 2000 page requirements specification to them and take it from there.

    If they are competent, they will return back with the shocking information that you can't normally get a program to be portable enough to run on all different microcomputers. Unless the program is really, really dumb - basically so dumb that it isn't meaningful to write.

    You can't even manage a "Hello World!" application for all target systems - if no hardware to send out the text message and too little code space to implement a software UART...

Reply
  • Just locate the most expensive consultant firm. Then hand off your 2000 page requirements specification to them and take it from there.

    If they are competent, they will return back with the shocking information that you can't normally get a program to be portable enough to run on all different microcomputers. Unless the program is really, really dumb - basically so dumb that it isn't meaningful to write.

    You can't even manage a "Hello World!" application for all target systems - if no hardware to send out the text message and too little code space to implement a software UART...

Children