|
Even though the commands (as machine code) are the same, the mnemonics might be different. For instance, Intel assembler for the 8080 used MOV A, B whereas the Zilog versions used LD A, B. Intel, for the other direction, used MOV B, A whereas Zilog used ST B, A. Another (different processor, maybe, it's been a long time) used LDA B, for instance.
|