This describes the macros in AsmMacros. This a file of 30 macros designed for assembly programming. To load the file, select "Macro Load" under the "Setup" menu. Press Function key F1 at the prompt "Press Function key combo to LOAD". Enter 30 for the number of macros. F1 - types a tab, then "move." F2 - types a tab, then "movem.l ,-(sp)" with the cursor before the comma F3 - types a tab, then "movem.l (sp)+," F4 - types a tab, then "addq.l #" F5 - types a tab, then "subq.l #" F6 - types a tab, then "moveq #0,d" F7 - useful for pushing a register onto the stack F8 - useful for readjusting the stack for pushed registers F9 - useful for loading a6 loading a library base F10 - useful for making a library call SHIFTED F1 - a typical name for exec.library useful in conjunction with macro F9 F2 - " " intuition F3 - " " graphics F4 - " " dos F5 - F6 - an EQU statement F7 - F8 - a SECTION statement F9 - an XREF F10 - an XDEF ALT F1 - sets up a link/unlk with a5 F2 - an INCLUDE statement F8 - dc.l F9 - dc.w F10 - dc.b (null-terminated string)