Assembler Directives - REG
REG - The REG directive is used to define a register list for use with the MOVEM instruction.
AllRegs REG D0-D7/A0-A6 . Code MOVEM.L AllRegs,-(SP) Push all registers onto stack .