; $Id: push.mac 1359 2023-01-27 20:58:50Z mueller $ ; SPDX-License-Identifier: GPL-3.0-or-later ; Copyright 2022- by Walter F.J. Mueller ; ; push a word to the stack ; .macro push,src mov src,-(sp) .endm