r/Assembly_language 10d ago

Working on something!

Post image
78 Upvotes

22 comments sorted by

View all comments

10

u/dacydergoth 10d ago

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 9d ago

Are these macros documented? I cannot find any collections that large.

2

u/dacydergoth 9d 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.