Assembly language to machine language translation is?
Assembly language to machine code translation is a "one to one"
translation process, as every individual instruction expressed in
the assembly language corresponds to exactly one machine
instruction.
Note this does not hold for pseudo instructions or expanding
macros, which are supported by some assemblers.