HyperHacker Posted November 6, 2005 Posted November 6, 2005 Just curious if anyone knew how Assembly (ASM) got its name? It's certainly an unusual name. I can't seem to find much on Google, only stuff about label names or other things also called ASM/assembly.
LLXX Posted December 8, 2005 Posted December 8, 2005 Because in the early days, programmers coding in Asm would manually look up the sequence opcodes for each instruction in a table and "assemble" an instruction, one at a time.Now, an Assembler does that task.
zivan56 Posted December 9, 2005 Posted December 9, 2005 FYI, ASM means Abstract State Machine, which is a diagram of how a device/cpu switches between different states and IO sequences. The proper name today is "assembly language."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now