|
|
|
|
|
by epcoa
872 days ago
|
|
Machine code doesn’t have mnemonics either. What’s your point? There are assembly syntaxes with equal signs (The Itanium though ultimately a failure was not obscure and there are a handful of DSP ISAs that use this syntax). Not my cup of tea but your argument is specious. > Assembly is meant to be 1:1 with machine code, And that is nonsense as well. RISC-V is a perfect example as it has plenty of pseudo ops. (Or do you actually think that the literal machine code bytes of an add instruction are 0x41 0x44 0x44? - they’re not) Equal signs or not, macro assemblers have plenty of ergonomic conveniences layered above machine code. How does an equal sign break any concordance with assembly and the underlying machine code anyway? |
|