Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 22
    You can always write a cross-compiler and use that to produce a code for new hardware nowadays. Commented Jan 8, 2012 at 20:26
  • 2
    @YannisRizos No problem, happens to the best of us :) Commented Jan 8, 2012 at 20:42
  • 10
    It is possible that first assembler might have been written in assembly on a piece of paper. Conversion to machine code might then have been performed still on paper and burned to some sort of ROM with switches, one word at a time. Commented Jan 9, 2012 at 8:29
  • 3
    My first computer was a ZX81, with 1KB RAM, so my (admitedly short) machine code programs were in fact hand-translated. Commented Jan 12, 2012 at 14:45
  • 4
    Likely, the first assemblers were people. Commented Jun 4, 2016 at 21:36