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*
- 3Welcome. Some quibbling, because that is what we do here. Translators of some assembly languages were called compilers (PLAN, as in my recent answer; also the KDF9 Usercode compiler). Compilers are not necessarily large, it depends on the language. And C was only the cause of the move from assembly programming if you were not plugged in to Wulf's work on BLISS - indeed, I've seen a remark (somewhere! sorry) from Ritchie that if DEC would have let him have a BLISS compiler, he wouldn't have needed to invent C. But maybe the 'largely' part is exculpation for this last.dave– dave2025-01-22 18:16:02 +00:00Commented Jan 22 at 18:16
- 2@Dave Multics used PL/I for systems programing before C existed.John Doty– John Doty2025-01-22 19:28:41 +00:00Commented Jan 22 at 19:28
- 3@JohnDoty - which underscores my point about C not being the 'prime mover' away from assembly languages. Also of note - the B5500 and 'extended Algol'.dave– dave2025-01-22 19:37:41 +00:00Commented Jan 22 at 19:37
- @dave - Good point about PLAN and KDF9. I forgot to include a note about how terminology varies, and have added it now. The actual question is about how assembly/assembers came to be called that. I rambled a bit and opened the door to your point about Bliss by briefly mentioning C in a parenthetical aside. It was off-topic for the question and this answer, so I have now deleted it.gatkin– gatkin2025-01-26 17:41:22 +00:00Commented Jan 26 at 17:41
- 1Tools, schmools. All you need is assembler, task builder, and the BOOt command :-) Well, and a good core dump analyzer.dave– dave2025-01-27 02:10:19 +00:00Commented Jan 27 at 2:10
| Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you