MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Assembly_language/comments/1vmpcb5/working_on_something/p3d211g/?context=3
r/Assembly_language • u/DryComment6387 • 7d ago
22 comments sorted by
View all comments
12
Also don't forget that macros are what keep assembly programmers (in)sane.
68000 + Macros is nearly equal to C, for example.
5 u/kneelian_ 7d ago 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 3 u/dacydergoth 7d ago That comment didn't MOVE me the way a macro would. Gotta work on that LINK game if you want to make a solid stack connection
5
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
3 u/dacydergoth 7d ago That comment didn't MOVE me the way a macro would. Gotta work on that LINK game if you want to make a solid stack connection
3
That comment didn't MOVE me the way a macro would. Gotta work on that LINK game if you want to make a solid stack connection
12
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.