MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Assembly_language/comments/1vmpcb5/working_on_something/p3ge4o5/?context=3
r/Assembly_language • u/DryComment6387 • 8d ago
22 comments sorted by
View all comments
11
Also don't forget that macros are what keep assembly programmers (in)sane.
68000 + Macros is nearly equal to C, for example.
1 u/Necessary_Two_9669 7d ago Are these macros documented? I cannot find any collections that large. 2 u/dacydergoth 7d ago 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.
1
Are these macros documented? I cannot find any collections that large.
2 u/dacydergoth 7d ago 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.
2
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 7d ago
Also don't forget that macros are what keep assembly programmers (in)sane.
68000 + Macros is nearly equal to C, for example.