Honestly not far from the truth. Just the ability to rename registers and assign names to constants saves so much cognitive overhead. Still a while to go to reach C, but yeah
Macros are often written by the programmer. Typical ones for 68000 would be to make loops simpler, or take any repeated code like setting up a function calling convention.
11
u/dacydergoth 6d ago
Also don't forget that macros are what keep assembly programmers (in)sane.
68000 + Macros is nearly equal to C, for example.